Skip to main content
Glama

remove-external-link-from-story

Remove external URLs from Shortcut stories to clean up project documentation and maintain focused content.

Instructions

Remove an external link from a Shortcut story

Input Schema

NameRequiredDescriptionDefault
storyPublicIdYesThe public ID of the story
externalLinkYesThe external link URL to remove

Input Schema (JSON Schema)

{ "properties": { "externalLink": { "description": "The external link URL to remove", "format": "uri", "maxLength": 2048, "type": "string" }, "storyPublicId": { "description": "The public ID of the story", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "storyPublicId", "externalLink" ], "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