Skip to main content
Glama

Quip MCP Server

by AvinashBole

quip_create_document

Generate a new Quip document with a specified title and markdown content using the Quip MCP Server, enabling AI assistants to create and manage documents efficiently.

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

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