Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

get-iteration

Retrieve a Shortcut iteration by its public ID using the MCP server, enabling direct access to project management data for streamlined integration with AI tools.

Instructions

Get a Shortcut iteration by public ID

Input Schema

NameRequiredDescriptionDefault
iterationPublicIdYesThe public ID of the iteration to get

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "iterationPublicId": { "description": "The public ID of the iteration to get", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "iterationPublicId" ], "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