Skip to main content
Glama

UK Premises Licence Preflight

licensing_source_status

Select for USER-FACING AUTHORITY SOURCE HEALTH: whether official premises-licensing sources are fresh, stale, changed, blocked, unavailable, or under review. Never select this when the user explicitly asks to SHOW fingerprints, hashes, checksums, or fingerprint values; those technical fingerprint/hash requests always use source_fingerprint_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authorityNo

Output 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

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that this tool reports user-facing health categories rather than technical fingerprint values, and it explicitly scopes out fingerprint/hash requests. For a read-only status tool, this is reasonably transparent, though it could add detail about default authority 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?

Two sentences, front-loaded with the core purpose and status categories, followed by a critical boundary condition. No filler or repetition; every sentence earns its place.

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?

The description covers tool selection and the key alternative, and an output schema exists to document return values. However, the single parameter 'authority' is left under-explained, including its default/null behavior, so the overall context is not fully complete for 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 adds no direct guidance about the 'authority' parameter: what values to pass, whether null means 'all authorities', or how to discover valid authorities. The word 'authority' and the tool context give some clue, but the description does not compensate for the missing schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific resource (authority source health), a clear action (select for status), and enumerates the statuses it returns (fresh, stale, changed, blocked, unavailable, under review). It also explicitly distinguishes itself from the source_fingerprint_status sibling, so an agent can tell them apart.

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

Usage Guidelines5/5

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

The description gives an explicit when-to-use signal ('USER-FACING AUTHORITY SOURCE HEALTH') and an explicit when-not-to-use rule with a named alternative: never for fingerprints/hashes, always use source_fingerprint_status instead. This is direct routing guidance.

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

A3.8/5.0
Disambiguation4/5

Each tool has a distinct role, and the descriptions are very explicit about routing, especially between licensing_source_status and source_fingerprint_status. However, several names are easy to confuse at a glance (premises_licence_info vs premises_licence_preflight, licensing_source_status vs source_fingerprint_status, preflight_readiness vs premises_licence_preflight), so an agent might need to read carefully.

Naming Consistency3/5

All names use clear lowercase snake_case, but the set mixes verb-led names (compare_licensing_requirements, list_supported_authorities) with noun-led descriptive names (licensing_source_status, local_policy_capabilities, premises_licence_preflight). This is readable but not a consistent verb_noun convention.

Tool Count5/5

Eight tools is well-scoped for a premises-licensing preflight service, covering the decision itself, readiness, comparison, capabilities, source health, fingerprint diagnostics, supported authorities, and pricing/info. No tool is redundant, and the set does not feel bloated.

Completeness5/5

The tool surface covers the full preflight workflow: input-readiness check, actual compliance decision, cross-authority comparison, local-policy capability awareness, source status/fingerprint diagnostics, supported-authority lookup, and pricing/service discovery. There are no obvious dead ends or missing operations for the stated domain.

Resources