Skip to main content
Glama

DiscreteRate

run_chocolate_processing

Read-only

Run the Chocolate Processing (CHOC) demo — Plant Builder's joint DES↔DRS bridge. Three systems in series (Bean Processing → Cocoa Powder → Chocolate): DES schedules campaigns and injects equipment failures, a DRS rate solver carries the continuous flow, a bridge couples them. Exercises all 7 controllers + Goal blocks. Returns the plant rollup (schedule occupancy vs busy utilization, total downtime, campaigns), per-product attainment, and per-system campaign timelines with downtime. ANTI-FABRICATION: numbers come from a real Plant Builder engine run; quote verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description adds significant behavioral detail: it explicitly states that the tool runs a real Plant Builder engine and includes an anti-fabrication directive to quote numbers verbatim. It also discloses the internal system mechanics (DES schedules campaigns/injects failures, DRS solves continuous flow, bridge couples them), which the annotations do not cover.

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 efficiently structured: it opens with the primary action, follows with a concise breakdown of the three-system series, lists the specific return data, and ends with an important behavioral note. Every sentence adds value without redundancy, keeping the description compact yet comprehensive.

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 that there is no output schema and no parameters, the description carries the full burden of explaining what the tool returns and what it does. It thoroughly specifies the plant rollup metrics, per-product attainment, and per-system timelines, making it complete for an agent to decide on invocation and interpret results.

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 in the schema, the baseline is 4 per the rubric. The description correctly implies that no inputs are needed and does not need to add parameter details. It also indirectly confirms this by focusing entirely on the run and its outputs.

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 verb 'Run' and the target resource 'Chocolate Processing (CHOC) demo', distinguishing it from sibling run_* tools by detailing the DES↔DRS bridge topology and its three-system series. It also enumerates the specific outputs, leaving no ambiguity about what the tool does.

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 clear context by explaining the demo's focus on the joint DES↔DRS bridge and that it exercises all 7 controllers + Goal blocks, which implies when to use this tool (when a comprehensive chocolate process demo is needed). However, it does not explicitly name alternatives or state when not to use it, 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.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