Skip to main content
Glama
Verano-DE

linkonda-mcp

by Verano-DE

Get a short link's click count

get_link_stats
Read-only

Get the total number of redirects for a short link by providing its slug. No API key required.

Instructions

Return the total number of times a short link has been followed. This is the only click data that exists — Linkonda stores no per-visitor information, so there is no geographic, device, or referrer breakdown to report. No API key needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe link's short code (the part after the domain).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, but the description adds valuable behavioral context: it states there is no geographic/device/referrer breakdown and that no API key is needed. This goes beyond the annotation by explaining data limits and authentication requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long with no redundant phrasing. The first sentence clearly states the function, and the second adds important limitations and the no-auth detail, making every sentence purposeful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter, read-only tool with no output schema, the description is complete: it explains what it returns, what data is not available, and that no API key is needed. It leaves no major gaps for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (the 'slug' parameter is fully described as the short code). The tool description does not add additional parameter-level meaning beyond what the schema already provides, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Return') and resource ('total number of times a short link has been followed'), clearly defining the tool's purpose. It also distinguishes itself from sibling tools by focusing solely on click count, unlike link management tools such as shorten_link or delete_link.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states that this is the only click data available and clarifies that no per-visitor breakdown exists, giving clear context for when to use the tool. While it doesn't name alternative tools, it guides usage by setting expectations about what data is not available.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Verano-DE/linkonda-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server