Skip to main content
Glama

The whole decision tree

checker_tree

Every question, option and verdict of the Landlord registration and licensing checker guide, for reasoning end to end.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does communicate that the tool exposes every question, option, and verdict, implying a read-oriented, complete-data response. However, it does not state side effects, output structure, potential size, or any caveats about how the tree is delivered.

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 concise sentence that front-loads the full scope ('Every question, option and verdict') and then states the purpose. There is no filler or redundancy; every phrase contributes to agent understanding.

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 with no output schema, the description adequately tells an agent that the full decision tree is available for end-to-end reasoning. It is slightly incomplete in that it does not describe how the tree is represented or how this tool relates to checker_start and checker_answer, but these gaps are minor given the absence of required inputs.

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 tool has zero parameters, so there is nothing for the description to document. The schema coverage is vacuously 100%, and the description correctly avoids inventing parameter details. This matches the baseline expected for a parameterless 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 clearly identifies the resource as the complete decision tree for the Landlord registration and licensing checker and states its purpose: end-to-end reasoning. It is distinguishable from sibling tools like checker_answer or checker_start by the explicit scope of the entire tree. However, it lacks an action verb such as 'returns' or 'retrieves', so it reads as a content statement rather than a clear tool operation.

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 this tool is meant for situations where the full decision tree is needed, and sibling names suggest interactive step-by-step alternatives. There is no explicit guidance on when to prefer this tool over checker_start or checker_answer, and no exclusion or alternative conditions are 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.

Resources