Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

get-iteration-stories

Retrieve stories from a specific Shortcut iteration using its public ID. Optionally include story descriptions for detailed insights, accessible via the Shortcut MCP Server integration.

Instructions

Get stories in a specific iteration by iteration public ID

Input Schema

NameRequiredDescriptionDefault
includeStoryDescriptionsNoIndicate whether story descriptions should be included. Including descriptions may take longer and will increase the size of the response.
iterationPublicIdYesThe public ID of the iteration

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeStoryDescriptions": { "default": false, "description": "Indicate whether story descriptions should be included. Including descriptions may take longer and will increase the size of the response.", "type": "boolean" }, "iterationPublicId": { "description": "The public ID of the iteration", "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