Skip to main content
Glama

found-by-ai-monitor

Verbatim engine answers, question by question

get_answers
Read-only

The exact answer each engine gave to each tracked buyer question in the latest deep measurement for areyoufoundbyai.com: engine, model, date, whether this business was named and on how many samples, live web search or model memory, the competitors named in that answer, the web searches the engine ran before answering (fan-out), and the question's Google demand. This is the receipt behind every score. Filter by a question substring or an engine; answers are trimmed to chars characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
charsNoMaximum characters per answer, default 700, max 4000
limitNoMaximum question rows, default 12, max 25
engineNoOne of ChatGPT, Perplexity, Gemini, Claude, Grok, DeepSeek, Google AI Overviews
questionNoSubstring of a tracked question, case-insensitive

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark the operation read-only (readOnlyHint=true), and the description adds useful behavior: results are the exact engine answers, answers are trimmed to chars, and filtering by substring/engine is available. It also discloses what data is returned without contradicting the annotations.

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 compact, front-loads the core purpose, and then uses a dense field list that conveys return shape in a single breath. No sentence is wasted and the unit context is included without padding.

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?

Because there is no output schema, the description carries the responsibility of explaining the return shape, and it does: engine, model, date, naming/samples, live-search vs memory, competitors, fan-out searches, and Google demand. Combined with complete parameter schema coverage, an agent has enough to select and call the tool 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%, so all four parameters are already documented in the schema. The description's mention of filtering by question substring or engine and trimming to chars mostly restates existing parameter descriptions and does not add new semantic detail.

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?

Description clearly identifies a specific resource: exact verbatim answers from each engine for each tracked buyer question in the latest measurement. It distinguishes itself from siblings by framing the result as the 'receipt behind every score' and enumerating answer-level fields, which separates it from get_citation_sources, get_context, and get_mentions.

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

Usage Guidelines3/5

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

The phrase 'receipt behind every score' implies use when raw answer-level evidence is needed, and the filtering note says how to narrow results. However, there is no explicit statement of when to use get_answers versus alternatives or exclusions, so the guidance is implied rather than stated.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct objects: answers, trajectories, citations, mentions, traffic, scores, and briefs. A few pairs like get_citation_sources vs get_source_profile and get_rivals vs get_share_of_voice overlap thematically, but their descriptions clarify different granularity and purpose.

Naming Consistency5/5

All 16 tools follow an identical get_ + snake_case noun phrase pattern, such as get_agent_view, get_share_of_voice, and get_question_trajectories. This makes the tool set highly predictable and easy to navigate.

Tool Count4/5

At 16 tools, the set sits just above the ideal 3-15 range, but each tool addresses a distinct facet of AI visibility monitoring. The count feels justified rather than bloated, though it is slightly heavy for a read-only monitor.

Completeness5/5

The suite covers the full read-only monitoring lifecycle: visibility scores, raw answers, question histories, competitor comparisons, cited sources, mentions, traffic, benchmarks, action plans, personas, and content briefs. There are no obvious dead ends or missing core operations for the stated purpose.