Skip to main content
Glama

The whole decision tree

checker_tree

Every question, option and verdict of the Which PDF to CSV route? 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?

No annotations are present, so the description carries the transparency burden. It discloses the content scope and reasoning purpose, which implies a read-only, informational operation, but it does not state return format, size, or any side-effect/safety profile. For a parameterless content-retrieval tool this is adequate but not rich.

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 compact sentence that front-loads the core content scope (every question, option, and verdict) and adds a concise purpose clause. No filler or repetition of the tool name/title.

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, static decision-tree retrieval, the description tells the agent what it will get and why it is useful. It could be more complete by noting output format or that checker_answer/checker_start cover focused steps, but nothing essential for a correct call is missing.

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 takes zero parameters, so the schema is complete and there are no parameter semantics to document. The description correctly focuses on what the returned tree contains rather than input details, matching the baseline for parameterless tools.

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 'Which PDF to CSV route?' guide, enumerating questions, options, and verdicts. It implies a retrieval use but lacks an explicit verb such as 'returns', and only weakly differentiates itself from the checker_answer/checker_start siblings.

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?

Usage is implied by 'for reasoning end to end': an agent can infer this tool is for the whole guide rather than a single step. There is no explicit when-to-use guidance, no exclusion of the sibling tools, and no note about preferring checker_start/checker_answer for focused queries.

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

The checker_* tools are cleanly separated into start, step-by-step answer, and full tree view, while the enquiry_* tools cover description, schema, and submission. No two tools appear to do the same thing.

Naming Consistency3/5

The tools use useful domain prefixes (checker_ and enquiry_), but the word order is inconsistent: checker_answer, checker_start, and enquiry_describe are object+verb, while submit_enquiry is verb+object, and checker_tree and enquiry_fields are object+noun. The convention is readable but not uniform.

Tool Count5/5

Six tools is well-scoped for the server's purpose: three support the decision guide flow and three support the enquiry submission flow. Each tool has a clear role and none feel redundant.

Completeness5/5

The tool surface fully covers the decision guide lifecycle (start, answer, full tree) and the enquiry lifecycle (describe, fields, submit with two-step confirmation). No obvious operations are missing for the stated domain.

Resources