Skip to main content
Glama

CQC Provider Regulatory Decision Layer

cqc_required_documents

Return core and curated service-specific CQC supporting documents plus conditional and review-required items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
is_nhs_trustNo
service_typeYes
is_corporate_providerNo
building_control_requiredNo
uses_xray_or_ionising_radiationNo
has_lifting_equipment_subject_to_lolerNo
specialist_autism_or_learning_disability_serviceNo

TDQS

B3/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 disclosing behavior. It indicates a read-style 'Return' action and mentions conditional/review-required items, but it does not disclose output format, whether the boolean conditions alter results, permissions/rate limits, or side effects. The description is not contradictory, but it is too thin to make behavior predictable.

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 or redundancy. It states the action and the main categories of returned items directly, making it efficiently scannable for an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 7 parameters, no annotations, no output schema, and no parameter descriptions, this minimal description leaves major gaps: meaning of each boolean, output shape, and relationship to sibling CQC tools. It gives a high-level purpose but is not enough to ensure correct invocation.

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?

Schema description coverage is 0%, and the description does not explain any of the 7 parameters. 'Service-specific' hints that service_type matters, and 'conditional' vaguely gestures at the boolean flags, but there is no mapping of flags like is_nhs_trust, building_control_required, or uses_xray_or_ionising_radiation to outcomes. The description does not compensate for the empty schema descriptions.

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 uses a specific verb ('Return') and identifies a concrete resource: 'core and curated service-specific CQC supporting documents plus conditional and review-required items.' This conveys a documents-return tool and is distinguishable from the sibling preflight/info/status tools, though it does not explicitly name any sibling.

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 wording implies the tool is for retrieving CQC supporting documents for a given service type, so an agent can infer a basic context. However, there is no explicit when-to-use guidance, no exclusions, and no mention of alternatives such as cqc_application_readiness or cqc_location_preflight, leaving routing partially to inference.

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

B3.4/5.0
Disambiguation4/5

Each tool targets a distinct regulatory question—location, scope, structure, changes, notifications, documents, source freshness—and the descriptions clarify the boundary. However, cqc_application_readiness is a broad aggregate that overlaps with several component preflights (premises, staff, documents), so agents may occasionally misroute between the holistic check and the specific decision tools.

Naming Consistency4/5

All tools share a cqc_ prefix and use clear snake_case names. Most decision tools use the _preflight suffix, but provider_info, required_documents, and source_status break that pattern, making the naming slightly uneven.

Tool Count5/5

Nine tools is a well-scoped size for a regulatory decision layer. Each tool addresses a distinct aspect of CQC decisions without redundant or filler tools.

Completeness4/5

The set covers the main CQC regulatory decision surface: new provider readiness, location, scope, structure, change routing, documents, notifications, and source evidence. Minor gaps such as deregistration or voluntary cancellation are not represented, but the core registration and notification workflows are complete.

Resources