quip_get_document
Fetch a Quip document's content as markdown using its thread ID. Get the full text of any Quip doc directly in your AI workflow, with optional maximum length control.
Instructions
Get a Quip document's content as markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | The ID of the document thread to retrieve | |
| max_length | No | Maximum character length of the returned content (default 50000) |