Skip to main content
Glama

Shortcut MCP Server

by useshortcut
MIT License
556
40

get-stories-by-external-link

Retrieve all stories containing a specific external link by inputting the URL. This tool helps search and organize Shortcut project data efficiently.

Instructions

Find all stories that contain a specific external link

Input Schema

NameRequiredDescriptionDefault
externalLinkYesThe external link URL to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "externalLink": { "description": "The external link URL to search for", "format": "uri", "maxLength": 2048, "type": "string" } }, "required": [ "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/useshortcut/mcp-server-shortcut'

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