Skip to main content
Glama

The whole decision tree

checker_tree

Every question, option and verdict of the Food temperature record 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.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose content coverage and that the tool represents the whole guide tree, but it does not describe return format, traversal mechanics, or any side effects. There is no contradiction, but the behavioral detail is thinner than it could be.

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, compact sentence with no filler. The key information—complete coverage of questions, options, and verdicts—is front-loaded, and every phrase contributes meaning beyond the title.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter tool with no output schema and no annotations, the description gives a reasonable sense of what is included but not exactly what the agent will receive or how this tree relates to the sibling checker tools. It is minimally viable but leaves room for more explicit guidance.

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?

The input schema has no parameters, so there is no parameter information for the description to add. The description therefore cannot be penalized for missing parameter guidance, and the zero-parameter baseline of 4 applies.

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 clearly identifies the resource as the complete decision tree for the Food temperature record checker and enumerates its contents ('every question, option and verdict'). It distinguishes itself from stepwise siblings like checker_answer and checker_start by emphasizing end-to-end coverage, though it lacks an explicit verb like 'returns'.

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 should be used when the agent needs the full decision tree rather than a single step. However, it does not explicitly state when not to use it or name alternatives such as checker_start or checker_answer, leaving routing mostly to inference from sibling names.

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

A3.9/5.0
Disambiguation5/5

Each tool maps to a distinct function: the checker tools handle starting, stepping through, and viewing the full decision tree, while the enquiry tools handle explaining the process, listing fields, and submitting with consent. There is no meaningful overlap between any two tools.

Naming Consistency3/5

The checker_ and enquiry_ prefixes provide some grouping, but the verb/noun ordering is inconsistent: checker_start and submit_enquiry are verb-first while enquiry_describe and enquiry_fields are noun-first. The names are readable but do not follow one clear convention.

Tool Count5/5

Six tools is well-scoped for the two workflows present: a decision guide and an enquiry submission flow. Each tool earns its place and there are no redundant or superfluous tools.

Completeness5/5

The checker workflow covers starting, stepping through, and reasoning end-to-end, while the enquiry workflow covers explanation, field schema, and two-step consent-based submission. The surface supports the full intended user journey without obvious dead ends.

Resources