Skip to main content
Glama

The whole decision tree

checker_tree

Every question, option and verdict of the Workplace recycling duty checker guide, for reasoning end to end.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral burden. It discloses that the tool contains the entire decision tree, which signals a read-style data access, but it does not explicitly state that it is read-only or describe how the tree is returned. For a zero-parameter retrieval tool this is adequate but minimal.

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 a single, front-loaded sentence that names the artifact and its purpose without filler. Every word earns its place, and it is easy to scan.

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?

For a parameterless tool, the description is mostly complete: it tells the agent what content is covered — questions, options, and verdicts — and why it would be used. It stops short of giving explicit selection criteria relative to the sibling tools, but the low complexity and absence of parameters keep the gap small.

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 and 100% schema coverage, there is nothing for the description to add about parameter meaning. The baseline of 4 applies because parameter semantics are effectively moot for this tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete artifact — every question, option and verdict of the Workplace recycling duty checker guide — so the agent knows what this tool exposes. It lacks an explicit verb such as 'return' or 'get', and the title carries some of the meaning, but it is clearly distinguished from the step-by-step sibling tools by its 'whole decision tree' scope.

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?

The phrase 'for reasoning end to end' implies the tool is for whole-tree reasoning rather than single-step answers. It does not explicitly state when to choose this over checker_answer or checker_start, nor does it give any exclusions, so the usage guidance is implied rather than stated.

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

The checker tools are clearly separated by role: start begins the flow, answer progresses it, and tree provides the full decision structure. The enquiry tools are equally distinct: describe explains the process, fields defines inputs, and submit_enquiry performs the submission.

Naming Consistency4/5

Tools mostly follow a clear prefix-based pattern: checker_* for the decision guide and enquiry_* for the enquiry flow. submit_enquiry deviates slightly from the noun-prefix style, but the naming remains predictable and readable.

Tool Count5/5

Six tools is well-scoped for the two workflows the server supports. Each tool represents a necessary step or resource without redundant or superfluous entries.

Completeness5/5

The checker workflow covers start, progression, and full tree visibility, leaving no dead ends in the decision guide. The enquiry workflow covers context, field definitions, validation, consent confirmation, and final submission, making the surface complete for its stated purpose.

Resources