Skip to main content
Glama

YOURLS-MCP

by kesslerio

get_url_keyword

Retrieve keyword(s) associated with a long URL from your YOURLS shortener. Specify whether to return one or multiple results to efficiently manage shortened links.

Instructions

Get the keyword(s) for a long URL

Input Schema

NameRequiredDescriptionDefault
exactly_oneNoWhether to return only one result (default: false)
urlYesThe URL to find keywords for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exactly_one": { "description": "Whether to return only one result (default: false)", "type": "boolean" }, "url": { "description": "The URL to find keywords for", "type": "string" } }, "required": [ "url" ], "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