Skip to main content
Glama

YOURLS-MCP

by kesslerio

shorten_url

Create concise short URLs using YOURLS. Input a long URL and optionally add a custom keyword or title for personalized, easy-to-share links.

Instructions

Shorten a long URL using YOURLS

Input Schema

NameRequiredDescriptionDefault
keywordNoOptional custom keyword for the short URL
titleNoOptional title for the URL
urlYesThe URL to shorten

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keyword": { "description": "Optional custom keyword for the short URL", "type": "string" }, "title": { "description": "Optional title for the URL", "type": "string" }, "url": { "description": "The URL to shorten", "type": "string" } }, "required": [ "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