Get IT Glue Document Section
itglue_get_document_sectionGet a document section's complete content in markdown or JSON, with inline image paths intact for editing.
Instructions
Get one document section with its full content (HTML on the wire; markdown output converts to plain text). Inline images appear as relative paths — keep them verbatim when editing; the JSON record also has rendered_content with temporary S3 URLs for display.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | The section ID | |
| document_id | Yes | The parent document ID | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes |