Skip to main content
Glama

get-story-branch-name

Generate valid Git branch names from Shortcut story IDs to maintain consistent naming conventions in development workflows.

Instructions

Get a valid branch name for a specific story.

Input Schema

NameRequiredDescriptionDefault
storyPublicIdYesThe public Id of the story

Input Schema (JSON Schema)

{ "properties": { "storyPublicId": { "description": "The public Id of the story", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "storyPublicId" ], "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/ampcome-mcps/shortcut-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server