Skip to main content
Glama

Top high-intent visitors right now

eyepup_visitors_hot

Return the top high-intent visitors currently active. Use when the user asks 'who's hot', 'who's about to convert', 'who should I focus on'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNo
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says it returns 'active high-intent visitors' but does not clarify how 'currently active' is defined, whether a site parameter is required, how the limit parameter affects results, or what the return format looks like. This is minimal transparency.

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 extremely concise: one sentence for purpose plus a short usage clause. Every word earns its place, with no fluff or repetition. It is well-front-loaded and easy to scan.

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

Completeness2/5

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

For a tool with no output schema and no annotations, the description is incomplete. It tells the agent when to use the tool but not what the returned data looks like or how parameters behave. The agent can infer intent but not confidently compose correct invocations.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention either 'site' or 'limit' at all. It does not explain that 'site' likely filters by domain or that 'limit' caps the number of results, leaving the agent with no semantic guidance beyond raw schema names.

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 clearly states the function with a specific verb and resource: 'Return the top high-intent visitors currently active.' It distinguishes itself from the sibling 'eyepup_visitor' by focusing on the 'top' and 'high-intent' aspect, so the agent knows this is for ranked visitor recommendations.

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 provides explicit usage examples: 'Use when the user asks 'who's hot', 'who's about to convert', 'who should I focus on'.' This gives clear context for when to invoke the tool. However, it does not state when not to use it or mention alternatives among siblings, so it just misses a perfect score.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources