Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

create-iteration

Generate a new Shortcut iteration with a name, start date, end date, team ID, and optional description for streamlined project management and team alignment using Shortcut MCP Server.

Instructions

Create a new Shortcut iteration

Input Schema

NameRequiredDescriptionDefault
descriptionNoA description of the iteration
endDateYesThe end date of the iteration in YYYY-MM-DD format
nameYesThe name of the iteration
startDateYesThe start date of the iteration in YYYY-MM-DD format
teamIdNoThe ID of a team to assign the iteration to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "A description of the iteration", "type": "string" }, "endDate": { "description": "The end date of the iteration in YYYY-MM-DD format", "type": "string" }, "name": { "description": "The name of the iteration", "type": "string" }, "startDate": { "description": "The start date of the iteration in YYYY-MM-DD format", "type": "string" }, "teamId": { "description": "The ID of a team to assign the iteration to", "type": "string" } }, "required": [ "name", "startDate", "endDate" ], "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