> ## Documentation Index
> Fetch the complete documentation index at: https://docs.montra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tool reference

> Every tool the Montra MCP connector exposes.

All tools operate in the workspace the connection was [bound to at consent](/authentication#workspace-binding), except [`get_document_by_share_url`](/tools/get-document-by-share-url), which resolves a pasted share link from any workspace.

## Workspace

| Tool                                    | Access | What it does                                      |
| --------------------------------------- | ------ | ------------------------------------------------- |
| [`get_workspace`](/tools/get-workspace) | Read   | Show which workspace this connection is bound to. |

## Documents & folders

| Tool                                        | Access | What it does                                                              |
| ------------------------------------------- | ------ | ------------------------------------------------------------------------- |
| [`list_documents`](/tools/list-documents)   | Read   | List recent documents, optionally limited to one folder.                  |
| [`get_document`](/tools/get-document)       | Read   | Read one document with its folder, tickets, and latest generation status. |
| [`create_document`](/tools/create-document) | Write  | Create a draft document.                                                  |
| [`update_document`](/tools/update-document) | Write  | Replace a document's title and/or summary.                                |
| [`list_folders`](/tools/list-folders)       | Read   | List the workspace's folders.                                             |

## Tickets

| Tool                                            | Access | What it does                                                         |
| ----------------------------------------------- | ------ | -------------------------------------------------------------------- |
| [`get_ticket`](/tools/get-ticket)               | Read   | Read one ticket in full, including its markdown implementation spec. |
| [`create_ticket`](/tools/create-ticket)         | Write  | Add a ticket to a document.                                          |
| [`update_ticket`](/tools/update-ticket)         | Write  | Replace a ticket's title, summary, or body.                          |
| [`set_ticket_status`](/tools/set-ticket-status) | Write  | Mark a ticket `done` or send it back to `todo`.                      |
| [`delete_ticket`](/tools/delete-ticket)         | Write  | Soft-delete a ticket from its document.                              |
| [`link_ticket_issue`](/tools/link-ticket-issue) | Write  | Record the Linear or Notion issue a ticket was exported to.          |

## Media & transcripts

| Tool                                            | Access | What it does                                                        |
| ----------------------------------------------- | ------ | ------------------------------------------------------------------- |
| [`get_ticket_images`](/tools/get-ticket-images) | Read   | Get the annotated screenshots attached to a ticket, as signed URLs. |
| [`get_transcript`](/tools/get-transcript)       | Read   | Read the recording narration behind a document or a single input.   |

## Share links

| Tool                                                            | Access | What it does                                                               |
| --------------------------------------------------------------- | ------ | -------------------------------------------------------------------------- |
| [`get_document_by_share_url`](/tools/get-document-by-share-url) | Read   | Resolve a pasted Montra share link into its full machine-readable payload. |
