Skip to main content
Glama

Quip MCP Server

by AvinashBole

quip_prepend_content

Prepend markdown content to the start of a Quip document using its thread ID. Enables AI assistants to modify documents directly via the Quip MCP Server.

Instructions

Add content to the beginning of an existing Quip document

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Markdown content to prepend 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