url_stats
Retrieve detailed click statistics and analytics for any shortened URL using the YOURLS-MCP server. Input the short URL or keyword to generate insights into link performance and usage patterns.
Instructions
Get statistics for a shortened URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
shorturl | Yes | The short URL or keyword to get stats for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"shorturl": {
"description": "The short URL or keyword to get stats for",
"type": "string"
}
},
"required": [
"shorturl"
],
"type": "object"
}