Skip to main content
Glama

DiscreteRate

run_tissue_line

Read-only

Run the Tissue Line (TIS) demo — a sim-foundation parameter-set example. One tissue line (Reel supply → Converter → Winder), three strategic decisions (each a parameter set): bypass converter / run converter / add storage tower. Returns per-decision throughput as % of nameplate (75.4 / 75.4 / 73.4), the binding bottleneck (the upstream parent-reel supply in all three), and converter/storage detail. Shows the downstream decision barely moves throughput — invest at the constraint. ANTI-FABRICATION: numbers come from a real sim-foundation engine run (indexed/anonymized); quote verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false. The description adds beyond these by detailing the exact return values (throughput percentages, binding bottleneck, converter/storage detail) and includes an explicit anti-fabrication directive ('quote verbatim'), which is a valuable behavioral caveat.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately detailed but every sentence adds value: line composition, decision set, output specification, interpretive insight, and a data-source warning. It is front-loaded with the action verb and specific percentages, though slightly longer than strictly necessary.

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 there is no input schema (0 parameters) and no output schema, the description fully covers the tool's behavior: it states what is returned (throughput percentages, bottleneck, detail) and includes a behavioral rule. This makes it self-contained for a demo tool.

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?

With zero parameters, the baseline is 4. The description clarifies that the three 'strategic decisions' are internal scenarios, not inputs, and the empty schema requires no additional parameter documentation.

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 opens with 'Run the Tissue Line (TIS) demo' — a specific verb and resource. It further specifies the line configuration (Reel supply → Converter → Winder) and the three strategic decisions, distinguishing it from sibling demo tools like run_chocolate_processing or run_valdez_tanker.

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?

It clearly identifies the demo's focus ('sim-foundation parameter-set example') and describes the decision scenarios. The concluding insight ('invest at the constraint') suggests when this tool is pedagogically useful, but there is no explicit statement of when to use this over other run_* siblings.

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

Every tool has a clearly distinct purpose: the explain_* tools each target a different DRS concept, list_drs_demos and describe_demo handle discovery/context, and each run_* tool executes a specific demo. run_showcase is explicitly differentiated as a live experiment generator, so there is no ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores (explain_*, run_*, list_, describe_). This makes the API predictable and easy to navigate.

Tool Count5/5

With 14 tools, the server sits comfortably in the ideal 3-15 range. The count is well-scoped for its purpose: a mix of educational explainers, demo discovery, and demo execution tools, each earning its place.

Completeness5/5

The tool surface is comprehensive for the DRS demo domain: users can discover demos (list_drs_demos), get detailed context (describe_demo), learn core concepts (explain_*), run fixed reference demos (run_*), and perform custom experiments (run_showcase). No significant gaps hinder the intended workflows.

Resources