Skip to main content
Glama

YOURLS-MCP

by kesslerio

change_keyword

Modify the keyword of an existing short URL to update it with a new keyword or title, ensuring the short URL remains accurate and relevant.

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

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