Skip to main content
Glama

The whole decision tree

checker_tree

Every question, option and verdict of the Which lever applies? 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.9/5.0
Behavior4/5

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

With no annotations, the description carries the burden of disclosure. It states the tool's output scope ('every question, option and verdict') and intended purpose, making the read-only retrieval behavior clear. It does not describe the exact output format, but for a zero-parameter static resource this is a minor gap.

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?

A single, dense sentence that front-loads the core content ('every question, option and verdict') and states the intended reasoning use. No wasted words.

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 zero-parameter tool with no output schema, the description adequately conveys what the tool returns and why it would be used. It could be more explicit about how the tree is structured or that it returns the complete guide in one response, but overall it is sufficient for an agent to decide to call it.

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 zero parameters, so the baseline is 4. The description adds no parameter-specific details, but none are needed since the tool accepts no input.

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 states that the tool provides every question, option, and verdict from the 'Which lever applies?' guide, which identifies the resource and content. It is understandable and distinct from siblings like checker_answer or checker_start, though it does not explicitly name them.

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 a use case: when an agent needs the full decision tree rather than a single step or verdict. However, the description offers no explicit guidance on when to choose this tool over sibling tools like checker_answer or checker_start.

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

Each tool has a clearly distinct role: checker_start initializes the guide, checker_answer progresses through it, and checker_tree provides the full end-to-end map. Similarly, enquiry_describe explains the process, enquiry_fields supplies the schema, and submit_enquiry performs the submission. No two tools are easily confused.

Naming Consistency3/5

Tool names are grouped by domain prefixes (checker_ and enquiry_), but the suffixes mix verbs and nouns (start, answer, tree, describe, fields) and submit_enquiry breaks the prefix pattern. This is readable and predictable but lacks a single consistent verb_noun convention.

Tool Count5/5

With six tools, the set is well within the ideal range and appropriately sized for two connected functions: a decision guide and an enquiry submission flow. Each tool covers one necessary step without redundancy or bloat.

Completeness5/5

The checker tools cover the full interaction lifecycle: starting the guide, answering step-by-step, and viewing the entire tree. The enquiry tools cover explanation, field specification, and the two-step submission process, so there are no obvious gaps for the stated domain.

Resources