Skip to main content
Glama

Shortcut MCP Server

Official
by useshortcut

set-story-external-links

Update all external links in a story by replacing them with a specified set of URLs. Use this tool to ensure accurate and relevant external references in your project management workflow.

Instructions

Replace all external links on a story with a new set of links

Input Schema

NameRequiredDescriptionDefault
externalLinksYesArray of external link URLs to set (replaces all existing links)
storyPublicIdYesThe public ID of the story

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "externalLinks": { "description": "Array of external link URLs to set (replaces all existing links)", "items": { "format": "uri", "maxLength": 2048, "type": "string" }, "type": "array" }, "storyPublicId": { "description": "The public ID of the story", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "storyPublicId", "externalLinks" ], "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