Skip to main content
Glama

Quip MCP Server

by AvinashBole

quip_replace_content

Replace markdown content in a Quip document by specifying its thread ID and the new content, enabling efficient updates via the Quip MCP Server.

Instructions

Replace content in an existing Quip document

Input Schema

NameRequiredDescriptionDefault
contentYesNew markdown content to replace the document content
threadIdYesThe Quip document thread ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New markdown content to replace the document content", "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