Skip to main content
Glama

Roboter-Akte abrufen

get_robot

Vollständiger Datensatz-Eintrag eines Modells: Preise mit Provenienz, Technik, alle 6 RadarScore-Achsen, Autonomie-Ampel, Evidenz-Zusammenfassung je Achse und Prüfdaten. Mit include_belege=true zusätzlich jeder Einzelbeleg (Zitat, Quelle, Archivlink). / Full record for one robot by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesModell-Schlüssel (Slug) aus search_robots, z. B. "unitree-g1"
include_belegeNotrue = alle Einzelbelege mit Zitaten statt nur der Evidenz-Zusammenfassung (deutlich größere Antwort)

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the full return contents and the conditional behavior of include_belege, including the trade-off of a significantly larger response with individual citations instead of summaries. It does not mention errors, permissions, or rate limits, but for a simple read-by-id tool the behavioral disclosure is strong.

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 and front-loaded, with the first sentence giving the full purpose and content inventory, and the second sentence explaining the optional parameter effect. Every sentence earns its place; the bilingual suffix is a minor redundancy but not harmful.

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 simple 2-parameter schema, no output schema, and no annotations, the description provides enough information about what the tool returns and how include_belege changes the response. It could be slightly more complete by explicitly stating the response is a record/JSON object, but the phrase 'Datensatz-Eintrag' and the content list already convey this adequately.

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 the schema already documents both id and include_belege in detail. The description repeats the same semantics (slug from search_robots and the effect of include_belege) without adding meaningful new meaning beyond the structured schema.

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 this tool retrieves the full record for exactly one robot by ID, listing the specific content areas (prices, technology, RadarScore axes, autonomy status, evidence summaries, audit data). This verb+resource framing distinguishes it from siblings like search_robots, compare_robots, and dataset_info.

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?

Usage context is implied by the note that the id comes from search_robots, suggesting this tool is used after searching to fetch full details for a single model. However, it does not explicitly state when to prefer get_robot over compare_robots or dataset_info, nor does it provide any exclusions or alternative guidance.

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

Each tool targets a distinct operation: compare, dataset metadata, single record retrieval, import cost calculation, and search. There is no overlap in purpose; even search and compare differ in that search returns compact rows while compare does side-by-side analysis.

Naming Consistency3/5

Three tools follow a verb_noun pattern (compare_robots, search_robots, get_robot), but two use noun-based names (dataset_info, import_cost). This mixed convention is still readable but not consistently predictable.

Tool Count5/5

5 tools is well-scoped for a dataset-focused server, covering search, retrieval, comparison, metadata, and a specialized calculation. Each tool earns its place without redundancy.

Completeness5/5

For a read-only evidence-based dataset server, the surface is complete: users can search, fetch full records, compare models, access metadata, and estimate import costs. No obvious gaps given the domain purpose.

Resources