Skip to main content
Glama

Quip MCP Server

by AvinashBole

quip_create_document

Create a new Quip document by specifying a title and initial markdown content, enabling structured document generation via the Quip MCP Server.

Instructions

Create a new Quip document

Input Schema

NameRequiredDescriptionDefault
contentYesInitial markdown content for the document
titleYesTitle of the new document

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Initial markdown content for the document", "type": "string" }, "title": { "description": "Title of the new document", "type": "string" } }, "required": [ "title", "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