Get Space Document Tool
get-space-documentUse this when the user wants to read the full markdown content of a specific Space document/page after search or listing. Read-only: returns the selected document without changing content. Requires the document ID from list-space-documents, search-space-documents, or global-search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | The numeric ID of the space containing the document. Call list-spaces first. | |
| document_id | Yes | The numeric ID of the document to retrieve |