Skip to main content
Glama

site

Start: Own, fractional, jet card or charter

checker_start

The first question of the Own, fractional, jet card or charter decision guide.

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

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

No annotations are present, so the description carries the full burden. It states only that this is the first question, not what invoking it does such as presenting a question, initializing state, or returning choices, and it does not mention side effects or follow-up behavior.

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 with no wasted words or repeated schema content. It is front-loaded with the tool's role and the decision-guide context.

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 starter tool, the entry-point context is present, and sibling names hint at the surrounding workflow. However, with no output schema and no annotations, the description should have said what the agent receives after calling or what the next step is; that 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 has zero parameters and the schema describes them completely, so there is nothing for the description to add. The baseline of 4 applies because no parameter documentation is needed.

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 identifies the tool as the entry point to a specific decision guide, 'Own, fractional, jet card or charter', which makes its role clear from the name and title. It does not use a strong action verb or explicitly contrast with checker_answer/checker_tree, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is given about when to call this tool versus checker_answer, checker_tree, or the enquiry_* siblings. The phrase 'first question' implies it should be used before the rest of the flow, but the description leaves that inference to the agent.

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