Skip to main content
Glama

Shortcut MCP Server

Official
by useshortcut

get-epic

Retrieve Shortcut epic details by public ID using the MCP server. Optionally, fetch all fields for comprehensive data or a slim version for essential information.

Instructions

Get a Shortcut epic by public ID

Input Schema

NameRequiredDescriptionDefault
epicPublicIdYesThe public ID of the epic to get
fullNoTrue to return all epic fields from the API. False to return a slim version that excludes uncommon fields

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "epicPublicId": { "description": "The public ID of the epic to get", "exclusiveMinimum": 0, "type": "number" }, "full": { "default": false, "description": "True to return all epic fields from the API. False to return a slim version that excludes uncommon fields", "type": "boolean" } }, "required": [ "epicPublicId" ], "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