Skip to main content
Glama

Get raw responses

get_responses
Read-onlyIdempotent

The raw answers of ONE AI engine for a tracker, newest surveys first, paginated. Every answer carries its cited sources and keyword mentions, plus uncited_sources (the pages the engine read without citing them) and searched (whether the engine went to the web to write that answer; null when undetermined). Set include_raw to add the full engine payload; heavy, ask for it only when needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text filter on the answer text.
pageNoPage number, 1 by default.
toneNoOnly the answers where the sentiment analyst judged a keyword mention with this tone. Reads the negative answers of a week in one call, when the tracker carries the sentiment analyst that sets the tone.
engineYesThe engine whose answers are read.
surveyNoOnly the answers of this survey.
per_pageNoAnswers per page, 25 by default, 100 at most.
questionNoExact text of one tracked question.
tracker_idYesThe UUID of the tracker: call list_trackers to find it.
include_rawNoAdd the full engine payload to every answer.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare the tool safe (readOnly, idempotent, non-destructive), and the description adds significant behavioral context beyond that: pagination behavior, ordering (newest surveys first), the exact fields returned (cited sources, keyword mentions, uncited_sources, searched), and performance guidance ('heavy, ask for it only when needed') for include_raw. No contradictions with 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?

Three concise sentences front-load the core purpose, then dive into response fields and a parameter caveat. Every word earns its place; no fluff or redundancy. The structure is ideal for quick agent parsing.

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?

The description covers the main aspects an agent needs: scope, ordering, pagination, response fields, and the heavy include_raw flag. With an output schema absent, it adequately explains return values. Minor gaps like error handling or rate limits are not critical for a read-only, idempotent tool with well-documented schema parameters.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful extra guidance on include_raw ('heavy, ask for it only when needed') which affects parameter usage, and clarifies pagination/ordering that relates to page/per_page and survey filtering. This is a slight improvement over bare schema descriptions.

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 identifies what the tool returns: 'raw answers of ONE AI engine for a tracker' with a specific scope (single engine), ordering (newest surveys first), and pagination. It also lists the fields carried (cited sources, keyword mentions, uncited_sources, searched), making the purpose unambiguous and distinct from sibling tools that likely aggregate or provide different views.

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 description does not explicitly state when to use this tool versus alternatives or when not to use it. It implies usage via the specific phrasing ('raw answers of ONE AI engine'), which guides an agent to pick this when per-engine raw data is needed, but it lacks a clear exclusion clause or mention of alternative tools like get_results or get_source.

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

Each tool maps to a distinct resource and action, and the descriptions go out of their way to separate near-neighbor concepts like surfaces vs corroborations and score series vs raw responses. A few related pairs (get_results/get_responses, get_credits/get_usage, create_surface/create_corroboration) could still be confused at a glance, so it is not a perfect 5.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun snake_case pattern across all 67 tools, with clear families like create_, update_, get_, list_, archive_, restore_, and delete_. Minor quirks such as topup_credits as one word do not break the overall uniformity.

Tool Count1/5

67 tools is an extreme count for a single MCP server, even for a broad brand-monitoring domain. The surface is bloated with lifecycle variants per entity, and the sheer number makes the server hard to navigate and prompt against.

Completeness5/5

The server covers full lifecycles for projects, trackers, surfaces, corroborations, quests, logbook entries, keyword discoveries, competitor scans, link targets, sources, support, and billing. Archive/restore and soft-delete paths prevent dead ends, and nearly every obvious workflow has a corresponding tool.

Resources