Skip to main content
Glama

YOURLS-MCP

by kesslerio

create_custom_url

Generate a custom short URL with a specific keyword for any URL, even if it already exists in the database, using YOURLS-MCP server. Optional title and force modification features included.

Instructions

Create a custom short URL with a specific keyword, even for URLs that already exist in the database

Input Schema

NameRequiredDescriptionDefault
force_url_modificationNoWhether to force URL modification to allow duplicates
keywordYesThe 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": { "force_url_modification": { "description": "Whether to force URL modification to allow duplicates", "type": "boolean" }, "keyword": { "description": "The 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", "keyword" ], "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