Skip to main content
Glama

cqc_preflight_input_guide

Read-onlyIdempotent

Show bounded fact categories to prepare before using a CQC preflight workflow. Use only user-supplied facts; never infer or default missing provider, activity, location, role, or event facts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflowNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive behavior. The description adds meaningful context by explicitly prohibiting inference or defaulting of missing provider, activity, location, role, or event facts, which clarifies the tool's knowledge boundary.

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 two sentences with no filler. It front-loads the purpose and then states the critical constraint, making it efficient and easy to parse.

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 read-only guide tool with an output schema and strong annotations, the description covers purpose and behavioral constraints. The main gaps are undocumented parameter semantics and lack of explicit differentiation from cqc_workflow_guide, so it is adequate but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one optional 'workflow' parameter with no description and 0% schema description coverage. The description does not explain what values 'workflow' accepts, when to provide it, or what it controls, leaving the agent without parameter guidance.

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 states the tool's purpose: show bounded fact categories needed before a CQC preflight workflow. It uses a specific verb and resource, and the constraint about not inferring facts adds useful scope. However, it does not explicitly differentiate itself from the sibling cqc_workflow_guide.

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 provides a clear usage context ('before using a CQC preflight workflow') and gives a firm behavioral rule ('use only user-supplied facts'). It does not compare against alternatives or state when not to use this tool, leaving sibling selection somewhat implicit.

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