Skip to main content
Glama

ReliaSim

compare_chapters

Side-by-side comparison of two chapters — tracks, topology, OEE, throughput, headline bottleneck. Output is sim-derived (no interpretation drift). Use for 'how does X compare to Y?' / 'what's the difference between Constraint-Level and LEDS-Level on the same model?' / 'what changes when we add buffers?' questions. ANTI-FABRICATION: per-chapter OEE/throughput numbers are real reference values; the side-by-side delta is computed from them, not estimated. Quote VERBATIM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chapter_aYesFirst chapter id (left column of the comparison). Defaults to bs1-ct.bs1-ct
chapter_bYesSecond chapter id (right column of the comparison). Defaults to bs1-leds — same plant data as bs1-ct, but with interrupts drilled down to named failure modes; the canonical first-look comparison.bs1-leds

TDQS

A4.5/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 that output is sim-derived with no interpretation drift, includes a strong anti-fabrication statement that deltas are computed and not estimated, and instructs to quote verbatim. This gives the agent critical behavioral guardrails.

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 information-dense with no filler. Each sentence serves a distinct purpose (definition, output nature, usage, anti-fabrication) and it is front-loaded with the core purpose. The length is justified by the critical content.

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?

Given the tool's complexity (comparison of multiple metrics) and lack of output schema, the description provides everything needed: what it compares, that output is sim-derived, when to use it, and how to handle numbers. The schema covers parameter selection. No significant gaps remain.

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 coverage is 100% with both parameters having descriptions and enums. The tool description adds context about what the comparison includes but does not further explain the parameter meanings. The schema already does the heavy lifting, so baseline 3 is appropriate.

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 states the specific verb 'comparison' and the resource 'two chapters', listing the compared aspects (tracks, topology, OEE, throughput, headline bottleneck). This clearly distinguishes it from siblings like get_chapter_facts (single chapter) or explain_concept (concept discussion).

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

Usage Guidelines4/5

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

The description provides three explicit usage scenarios ('how does X compare to Y?', 'what's the difference between Constraint-Level and LEDS-Level?', 'what changes when we add buffers?'), which gives clear context. However, it does not include explicit when-not-to-use or alternative tool names, so it falls short of a 5.

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

Each tool targets a distinct operation: comparison, concept explanation, bottleneck analysis, facts, narrative, buffer sweep, gain/loss, and live custom runs. Even the experimental tools have clear boundaries (buffer vs interrupt vs custom parameters), so no overlapping purposes exist.

Naming Consistency5/5

All tool names follow snake_case with a verb_noun pattern (compare_chapters, explain_concept, find_bottleneck, get_chapter_facts, get_chapter_narrative, run_buffer_tradeoff, run_gain_loss, run_showcase). While verbs vary, they appropriately reflect the action, and the structure is uniform.

Tool Count5/5

8 tools is within the ideal 3-15 range for a domain-specific server. Each tool earns its place, covering explanation, analysis, comparison, and experiments without redundancy or bloat.

Completeness4/5

The tool set covers conceptual learning, chapter details, bottleneck analysis, comparison, and three types of experiments, which is comprehensive for a simulation analysis server. The only minor gap is the lack of a tool to list available chapters, which could hinder discoverability for agents unfamiliar with the dataset.

Resources