Skip to main content
Glama

UK Premises Licence Preflight

source_fingerprint_status

The ONLY tool for LOW-LEVEL FINGERPRINT/HASH/CHECKSUM diagnostics. If the user says 'fingerprint', 'hash', 'checksum', 'show me the source fingerprints or hashes', stored fingerprint value, or fingerprint drift, SELECT THIS TOOL. Do not use it for ordinary source-health questions that only ask fresh/stale/changed/blocked/review status without requesting fingerprint/hash details.

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

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It communicates that this is a read-oriented diagnostic operation and that it can report stored fingerprint values and drift. However, it does not explicitly state that it has no side effects, require any permissions, or explain how the result is presented beyond the existing output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and is short overall, but the heavy use of all-caps and repetitive phrasing ('fingerprint' appears multiple times) makes it less crisp than it could be. All three sentences do contribute useful routing information.

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 tool is simple, has an output schema, and the description gives strong selection guidance. The main gap is the undocumented 'authority' parameter, which an agent would need to understand to invoke the tool correctly when the user specifies a particular authority or source.

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

Parameters1/5

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

The description does not mention the only parameter, 'authority', at all. Schema description coverage is 0%, so the description must compensate, but it adds no meaning about what authority values are valid, whether it filters results, or how the agent should populate it.

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 states a specific verb and resource: it provides low-level fingerprint/hash/checksum diagnostics. It also explicitly distinguishes itself from ordinary source-health status questions, making its purpose clear even among the licensing-focused sibling tools.

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

Usage Guidelines4/5

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

The description gives explicit trigger phrases for when to select this tool ('fingerprint', 'hash', 'checksum', 'fingerprint drift') and an explicit exclusion for ordinary source-health questions. It does not name a specific alternative tool for those ordinary cases, but the when-to-use and when-not-to-use guidance is strong.

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