Skip to main content
Glama

YOURLS-MCP

by kesslerio

update_url

Modify the destination of an existing short URL by specifying a new target URL and optional title, ensuring your shortened links stay relevant and updated.

Instructions

Update an existing short URL to point to a different destination URL

Input Schema

NameRequiredDescriptionDefault
shorturlYesThe short URL or keyword to update
titleNoOptional new title for the URL
urlYesThe new destination URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "shorturl": { "description": "The short URL or keyword to update", "type": "string" }, "title": { "description": "Optional new title for the URL", "type": "string" }, "url": { "description": "The new destination URL", "type": "string" } }, "required": [ "shorturl", "url" ], "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/kesslerio/yourls-mcp'

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