Skip to main content
Glama

YOURLS-MCP

by kesslerio

change_keyword

Modify the keyword of an existing short URL by specifying the old and new keywords, optionally updating the title, to ensure accurate and relevant URL redirection.

Instructions

Change the keyword of an existing short URL

Input Schema

NameRequiredDescriptionDefault
newshorturlYesThe new keyword to use
oldshorturlYesThe existing short URL or keyword
titleNoOptional new title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "newshorturl": { "description": "The new keyword to use", "type": "string" }, "oldshorturl": { "description": "The existing short URL or keyword", "type": "string" }, "title": { "description": "Optional new title", "type": "string" } }, "required": [ "oldshorturl", "newshorturl" ], "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