Skip to main content
Glama

FutureSmart AI Demos

answer

ANSWER a buyer question in ONE call: which tool is best at a specific capability, with proof. Returns the resolved verdict our testing team's evidence supports — a named winner FOR THE ASKED CRITERION, every tested tool ranked with a comparable score /5, the CONDITIONS each result holds under (e.g. 'clean tables yes; nested headers no'), dissenting observations preserved as openable links, the tie-break reason, and artifact proof URLs. Answers are materialized from the evidence substrate — the same question returns the same answer. Honestly refuses (coverage: not_tested) when we never tested the topic. Start HERE for any 'which tool is best at X' / 'A or B for X' question; use get_evidence for the raw cells behind it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rankingNoRanking slug (skips routing).
questionNoThe buyer question in natural language, e.g. 'Which document extraction tool best preserves table structure from scanned PDFs?'. Alternative: pass ranking + criterion explicitly.
scenarioNoOptional scenario/condition of interest.
criterionNoCriterion slug or exact name (with `ranking`).

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden. It discloses the entire output structure (winner, scores, conditions, dissenting links, tie-break reason, proof URLs), deterministic behavior ('same question returns the same answer'), and the refusal condition ('coverage: not_tested'). This is comprehensive and transparent for a read-only query tool.

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 long but every sentence earns its place: purpose, return value detail, determinism, refusal behavior, and routing guidance. It is front-loaded with the main purpose and flows logically. No fluff or redundancy.

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?

The tool is complex (4 params, no output schema) and the description fully explains what the tool returns, including edge cases (refusal when not tested) and the conditions under which results hold. It also names a sibling for further raw data. This is complete for an agent to select and invoke 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?

The schema already describes all 4 parameters with 100% coverage, so the baseline is 3. The description adds the 'Alternative: pass ranking + criterion explicitly' note, which is useful but does not significantly go below or above baseline. No additional syntax or format details are given beyond what the schema provides.

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 tool's purpose: 'ANSWER a buyer question in ONE call: which tool is best at a specific capability, with proof.' It also differentiates from siblings by explicitly naming 'get_evidence' as an alternative for raw cells. The verb 'ANSWER' and the resource (buyer question about tool capability) are specific and unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: 'Start HERE for any 'which tool is best at X' / 'A or B for X' question; use get_evidence for the raw cells behind it.' This gives both when to use and when not to use, naming a specific alternative. It also states the tool's honest refusal behavior when coverage is not tested.

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.8/5.0
Disambiguation5/5

Every tool targets a distinct entity or action: list tools enumerate different content types, get tools retrieve specific entities, search finds across the catalogue, compare_tools does head-to-head comparison, and the two cross-reference tools (rankings_for_tool and tools_in_ranking) are inverse operations. No two tools have overlapping purposes.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (list_*, get_*, compare_tools, search), but 'rankings_for_tool' and 'tools_in_ranking' deviate with a noun_prep_noun pattern. These two are internally consistent with each other and remain readable, so the overall convention is only slightly disrupted.

Tool Count4/5

16 tools is slightly above the ideal 3-15 range but still well-scoped for a catalogue covering seven entity types, search, comparison, and cross-references. Each tool has a distinct role and none are redundant, so the count feels justified rather than bloated.

Completeness4/5

The tool surface covers all major content types with list and get (except categories and toolkits, which only have list endpoints), plus search, comparison, and inverse cross-references. Minor gaps like missing get_toolkit or get_category are workaround-able since list_toolkits and list_categories expose sufficient metadata.

Resources