Skip to main content
Glama

Ask Eyepup about your visitors

eyepup_ask

Ask a natural-language question about your site visitors. Use this when the user asks 'why are people bouncing from /pricing', 'who's hot right now', 'what changed this week', or any other free-text question about visitor behaviour. Returns an LLM-grounded answer with evidence and ranked actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback days (default 7).
siteNoOptional apex domain to scope.
questionYesThe free-text question.

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden and does disclose that the tool returns an 'LLM-grounded answer with evidence and ranked actions.' However, it omits relevant behavioral caveats such as possible nondeterminism, latency, or whether the answer reflects live or cached analytics data, leaving clear gaps.

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 with the main purpose front-loaded, followed by concrete examples and a brief statement of what is returned. Every sentence earns its place and there is no redundant text.

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

Completeness4/5

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

Given the tool's moderate complexity, the schema fully documents inputs, sibling tools provide context, and the description explains the output type at a useful level. A minor gap is not mentioning default lookback or limitations, but the absence of an output schema is reasonably compensated by the 'evidence and ranked actions' phrase.

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% and each parameter (question, days, site) already has a clear description. The tool description adds no extra semantic detail beyond the schema, so the baseline score of 3 applies.

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+resource pairing ('Ask... about your site visitors') and gives concrete example queries, making it unmistakable what the tool does. It also distinguishes itself from structured siblings like eyepup_log and eyepup_visitors_hot by emphasizing free-text natural-language questions.

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 says 'Use this when...' and provides example user phrasings, giving clear context for when to invoke it. It doesn't explicitly list exclusions or alternative tools, but the free-text scope strongly implies it is the natural-language counterpart to the more structured sibling tools.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: ask is for free-text questions, log is for recording shipped changes, todo is for top friction patterns, visitor is for a specific visitor profile, and visitors_hot is for active high-intent visitors. There is minimal overlap, and the descriptions explicitly guide when to use each.

Naming Consistency3/5

All tool names share the 'eyepup_' prefix, but the second part mixes verbs (ask, log) with nouns (todo, visitor, visitors_hot). This is readable but not a consistent verb_noun convention. A more uniform pattern like 'ask_question', 'log_change', 'get_todo', 'get_visitor', 'list_hot_visitors' would be clearer.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of visitor behavior analysis and optimization. Each tool addresses a distinct need without unnecessary bloat or overlap. The count feels right for a focused analytics assistant.

Completeness4/5

The toolset covers the core workflow: asking questions, identifying friction patterns, viewing hot visitors, drilling into individual visitor profiles, and logging changes for impact analysis. Minor gaps exist, such as no direct tool for listing all visitors or viewing historical trend charts, but the 'ask' tool can likely address many such queries. Overall, the lifecycle is adequately covered for the stated purpose.

Resources