Skip to main content
Glama

YOURLS-MCP

by kesslerio

update_url

Modify an existing short URL to redirect to a new destination. Use this tool to update the target URL and optionally change the title for your shortened link, ensuring accurate redirection.

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" }

Other Tools from YOURLS-MCP

Related Tools

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