Get IT Glue Document
itglue_get_documentRetrieve an IT Glue document by ID, including all sections and their content in markdown or JSON format.
Instructions
Get a document by ID with all of its sections and their content. Section content is stored as HTML; markdown output converts it to plain text. If the response is truncated, fetch individual sections with itglue_get_document_section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The document ID | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes |