eyepup
Server Details
Agentic visitor analytics — five tools that hand the next CRO fix to your coding agent.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 5 of 5 tools scored. Lowest: 3.3/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.
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.
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.
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.
Available Tools
5 toolseyepup_askAsk Eyepup about your visitorsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback days (default 7). | |
| site | No | Optional apex domain to scope. | |
| question | Yes | The free-text question. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
eyepup_logLog a change you just shippedAInspect
Log a change you just shipped. The dossier agent reasons about every visitor profiled AFTER this log row, so it can grade whether the friction pattern recovered. CALL THIS after every UX edit.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| site | No | ||
| paths | No | Comma-separated paths affected. | |
| title | Yes | One-line headline of what shipped. | |
| description | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the dossier agent will reason about visitors profiled after the log row, affecting friction-pattern recovery grading. This is a meaningful side effect beyond the mere act of logging, and with no annotations, it carries the transparency burden well. It doesn't cover all potential behaviors but is sufficient for a logging action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
It's exactly two sentences, with the main action front-loaded and the contextual explanation in the second sentence. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the core purpose, when to invoke, and a key behavioral effect, which is strong given no annotations or output schema. However, it omits guidance on parameter values (e.g., what 'kind' options mean, how to specify sites/paths), so it's not fully complete for a 5-param tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds no details about the five input parameters. With only 40% schema coverage (paths and title have descriptions), the remaining parameters (kind, site, description) are undocumented in both schema and description, leaving the agent to infer their meanings. The description does not compensate for this gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with the imperative 'Log a change you just shipped,' clearly identifying the action and object. The title reinforces this. It distinguishes from siblings by focusing on logging after a UX edit, unlike ask/todo/visitor tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly states 'CALL THIS after every UX edit,' providing a concrete trigger condition. It doesn't mention alternatives or when not to use it, but the context of siblings makes this clear enough; the instruction is unambiguous about the intended use case.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
eyepup_todoList the friction-pattern To-Do queueAInspect
Get the top friction patterns ranked by impact score. Use BEFORE making any UX edit — the highest-impact pattern is usually a more valuable fix than whatever the user just asked about. Each row carries a paste-ready recommended_action.
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Apex-domain scope. | |
| limit | No | Max patterns (default 5). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. The verb 'Get' and the phrase 'Each row carries a paste-ready recommended_action' communicate the read-only, output-oriented behavior. It doesn't disclose side effects, but none are expected for a list operation. The description adds context about ranking by impact score, which is beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences: what it does, when to use it, and what output to expect. Front-loaded with the primary verb. No fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description explains the output format (rows with paste-ready recommended_action), the ranking criterion (impact score), and the intended use case. With no output schema and no annotations, this is sufficient for a low-complexity read-only tool. It could have explicitly stated its read-only nature, but 'get' and 'list' imply non-mutating behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema descriptions already cover both parameters ('Apex-domain scope' for site, 'Max patterns (default 5)' for limit) at 100% coverage. The tool description does not add parameter-specific semantics, but given the schema's completeness, this is acceptable per the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Get the top friction patterns ranked by impact score,' which is a specific verb+resource with a clear scope (top-ranked pattern list). The title 'List the friction-pattern To-Do queue' further reinforces this. It is clearly distinct from siblings like eyepup_ask and eyepup_log, so the purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description instructs to 'Use BEFORE making any UX edit' and explains the rationale (highest-impact pattern is more valuable than the user's immediate request). This provides a clear contextual trigger. It doesn't list alternative tools to use instead, but the guidance is explicit enough for this simple tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
eyepup_visitorGet the full dossier for one visitorAInspect
Fetch the full LLM-written profile for a single visitor by distinct_id. Use after eyepup_visitors_hot or eyepup_todo to dig into a specific visitor.
| Name | Required | Description | Default |
|---|---|---|---|
| distinct_id | Yes | UUID-shaped distinct_id. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. 'Fetch' clearly indicates a read-only operation with no side effects. It describes the nature of the return value ('full LLM-written profile'), though it does not mention error cases or permissions. This is transparent enough for a simple retrieval tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no redundant words. The core action is front-loaded, and the usage guidance is succinctly appended. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter lookup tool, the description covers the why, what, and when. The lack of an output schema is mitigated by the description saying it returns the 'full LLM-written profile'. It does not detail error handling, but that is not essential for this simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully describes distinct_id as a 'UUID-shaped distinct_id' with 100% coverage. The description only repeats 'by distinct_id' without adding meaning beyond the schema, so it hits the baseline for schema-heavy tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Fetch') and resource ('full LLM-written profile for a single visitor'), with the required parameter ('by distinct_id'). It distinguishes itself from sibling tools by focusing on a specific visitor's detailed profile, contrasting with list or task-oriented tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly provides usage context: 'Use after eyepup_visitors_hot or eyepup_todo to dig into a specific visitor.' This tells the agent when to invoke this tool and names the preceding tools, making the workflow explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
eyepup_visitors_hotTop high-intent visitors right nowBInspect
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'.
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | ||
| limit | No |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenanceMulti-site analytics for AI agents — GA4, Google Search Console, Cloudflare edge, PageSpeed, and audit insights across all your websites as tools.21MIT
- AlicenseAqualityBmaintenanceEnables AI agents to access website analytics, including visitor sessions, UX friction, conversion funnels, and anomaly alerts.6MIT
- AlicenseAqualityCmaintenancePrivacy friendly, cookieless web analytics built MCP-first. "Add analytics to my Next.js app" → an AI agent runs the setup_analytics_for_site tool, picks the right install snippet, edits your layout file, and verifies the script is loading. OAuth onboarding, no API keys to paste.28371MIT
- AlicenseAqualityCmaintenanceFirst-party web analytics MCP server for AI agents, providing 42 tools to query traffic, events, funnels, conversions, sources, and performance data.4065MIT