Skip to main content
Glama

Quip MCP Server

by AvinashBole

quip_append_content

Add markdown content to a specified Quip document using its thread ID. Enables direct document updates within AI workflows on the Quip MCP Server.

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" }
Install Server

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