Skip to main content
Glama

Shortcut MCP Server

Official
by useshortcut

create-document

Generate a new document in Shortcut with a title and HTML-formatted content. Simplify task management by creating structured, accessible documents directly within the Shortcut MCP Server.

Instructions

Create a new document in Shortcut with a title and content. Returns the document's id, title, and app_url. Note: Use HTML markup for the content (e.g., <p>, <h1>, <ul>, <strong>) rather than Markdown.

Input Schema

NameRequiredDescriptionDefault
contentYesThe content for the new document in HTML format (e.g., <p>Hello</p>, <h1>Title</h1>, <ul><li>Item</li></ul>)
titleYesThe title for the new document (max 256 characters)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content for the new document in HTML format (e.g., <p>Hello</p>, <h1>Title</h1>, <ul><li>Item</li></ul>)", "type": "string" }, "title": { "description": "The title for the new document (max 256 characters)", "maxLength": 256, "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

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/useshortcut/mcp-server-shortcut'

If you have feedback or need assistance with the MCP directory API, please join our Discord server