Skip to main content
Glama

Start: Drone licence checker

checker_start

The first question of the Drone licence checker 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

A3.5/5.0
Behavior2/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 only states that this is the first question, with no information about whether starting creates state, returns a question, or has side effects.

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, front-loaded sentence with no filler. Every word contributes to identifying what the tool represents.

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 and a simple purpose, the description is largely complete: it identifies the resource and the tool's role as the entry point. It could add a bit more behavioral context, but the low complexity limits the need.

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 description has no parameter details to add. The baseline of 4 applies because there is nothing to document.

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 a specific resource—the Drone licence checker decision guide—and its position as the first question, which distinguishes it from siblings like checker_answer and checker_tree. However, it lacks a direct action verb such as "displays" or "starts," so it does not fully meet the 5-level bar.

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 description implies usage at the beginning of the decision guide by calling this the first question. It does not explicitly state when to use it versus the sibling tools or mention any exclusions.

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

Each tool has a clearly distinct role: checker_start and checker_answer drive the step-by-step guide, checker_tree provides the full tree for offline reasoning, and enquiry_describe, enquiry_fields, and submit_enquiry form a clear documentation-plus-submission flow. There is no real overlap that would cause an agent to misselect.

Naming Consistency4/5

The naming is mostly predictable with checker_* and enquiry_* prefixes grouping related tools. submit_enquiry breaks the prefix pattern by using verb-first order, but all names are readable snake_case and the semantic grouping is clear.

Tool Count5/5

Six tools is well-scoped for this server: three support the Drone licence checker decision guide and three support the enquiry submission flow. Each tool earns its place and the count is not excessive.

Completeness5/5

The decision guide has start, per-step answering, and full-tree access, covering both interactive use and end-to-end reasoning. The enquiry flow covers explanation, field schema, and the two-step consent-based submission, so there are no obvious dead ends or missing operations.

Resources