Skip to main content
Glama

site

The whole decision tree

checker_tree

Every question, option and verdict of the Own, fractional, jet card or charter 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

B3.3/5.0
Behavior2/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 states that the tool contains every question, option, and verdict, but it does not disclose the response format, whether this is a static read-only retrieval, or how much data will be returned. It also does not clarify whether this is the underlying data structure or an interactive step-through flow.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one compact sentence and wastes little space. The opening title 'The whole decision tree' immediately communicates scope, and the description elaborates with the specific content categories. A slightly more action-oriented opening would improve it, but it is still efficient.

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 parameterless tool with no output schema, the description conveys the main content of the tool reasonably well. However, it does not clarify how this tool relates to the sibling checker tools or what an agent should expect in terms of invocation flow, leaving some ambiguity about whether this returns raw data or an interactive prompt sequence.

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 little for the description to add to parameter semantics. The baseline for a parameterless tool is 4, and the description appropriately focuses on what the tool provides rather than on input arguments.

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: the complete decision tree covering 'Own, fractional, jet card or charter' options, including all questions, options, and verdicts. It lacks a direct verb like 'retrieve' or 'return', and it does not explicitly distinguish itself from the sibling checker tools, but the scope is concretely specified.

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 intended use case of walking through the entire decision tree rather than a single step. However, there is no explicit guidance about when to prefer this over checker_answer or checker_start, and no exclusions 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.

TDQS

A4/5.0
Disambiguation5/5

The checker tools and enquiry tools are clearly separated by purpose: start/answer/tree handle the decision guide flow, while describe/fields/submit handle the enquiry submission flow. Within each group, each tool has a distinct role with no meaningful overlap.

Naming Consistency4/5

Most tools follow a clear domain-prefixed naming pattern: checker_start, checker_answer, checker_tree, enquiry_describe, enquiry_fields. The one deviation is submit_enquiry, which reverses the pattern, and checker_tree/enquiry_fields use nouns rather than verbs, but overall the naming remains predictable and readable.

Tool Count5/5

Six tools is well-scoped for this server's two clear workflows: a decision-tree checker and an enquiry submission flow. Each tool serves a necessary function and none feel redundant.

Completeness5/5

The checker workflow has start, step-by-step progression, and full-tree access, covering all user reasoning paths. The enquiry workflow has description, field schema, and two-step submission with confirmation, leaving no obvious dead ends or missing steps.

Resources