quip_read_document
Retrieve the content of a Quip document using its thread ID, enabling direct access to data for analysis or integration via the Quip MCP Server.
Instructions
Read the content of a Quip document by its thread ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
threadId | Yes | The Quip document thread ID |
Input Schema (JSON Schema)
{
"properties": {
"threadId": {
"description": "The Quip document thread ID",
"type": "string"
}
},
"required": [
"threadId"
],
"type": "object"
}