Skip to main content
Glama

YOURLS-MCP

by kesslerio

shorten_with_analytics

Shorten URLs with Google Analytics UTM parameters to track campaign performance. Add custom keywords and titles for organized, measurable links.

Instructions

Shorten a long URL with Google Analytics UTM parameters

Input Schema

NameRequiredDescriptionDefault
keywordNoOptional custom keyword for the short URL
titleNoOptional title for the URL
urlYesThe URL to shorten
utm_campaignNoUTM campaign parameter
utm_contentNoUTM content parameter
utm_mediumYesUTM medium parameter
utm_sourceYesUTM source parameter
utm_termNoUTM term parameter

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" }, "utm_campaign": { "description": "UTM campaign parameter", "type": "string" }, "utm_content": { "description": "UTM content parameter", "type": "string" }, "utm_medium": { "description": "UTM medium parameter", "type": "string" }, "utm_source": { "description": "UTM source parameter", "type": "string" }, "utm_term": { "description": "UTM term parameter", "type": "string" } }, "required": [ "url", "utm_source", "utm_medium" ], "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