Skip to main content
Glama

Quip MCP Server

by AvinashBole

quip_append_content

Add markdown content to an existing Quip document by specifying the document's thread ID. Use this tool to update and enhance Quip documents programmatically.

Instructions

Append content to an existing Quip document

Input Schema

NameRequiredDescriptionDefault
contentYesMarkdown content to append to the document
threadIdYesThe Quip document thread ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Markdown content to append to the document", "type": "string" }, "threadId": { "description": "The Quip document thread ID", "type": "string" } }, "required": [ "threadId", "content" ], "type": "object" }

Other Tools from Quip MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AvinashBole/quip-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server