Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

create-epic

Generate a new epic in Shortcut by specifying its name, owner, description, and team. Facilitates project organization and task allocation within Shortcut MCP Server integrations.

Instructions

Create a new Shortcut epic.

Input Schema

NameRequiredDescriptionDefault
descriptionNoA description of the epic
nameYesThe name of the epic
ownerNoThe user ID of the owner of the epic
teamIdNoThe ID of a team to assign the epic to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "A description of the epic", "type": "string" }, "name": { "description": "The name of the epic", "type": "string" }, "owner": { "description": "The user ID of the owner of the epic", "type": "string" }, "teamId": { "description": "The ID of a team to assign the epic to", "type": "string" } }, "required": [ "name" ], "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