Skip to main content
Glama

Fonteum — Healthcare Provider Data (Hosted)

fonteum_recheck_snapshot

Read-only

Recheck a Fonteum snapshot by snapshot id and return its as_of_date, snapshot_digest, public verifiable_url, and source_file only when explicit retained-artifact metadata is available. Without an id, returns chain status without treating the chain head as a snapshot digest. Use for snapshot integrity checks, citation support, or reproducing a retained source file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshot_idNoOptional snapshot id. When given, returns the identified snapshot object's content commitment, hash version, nullable source metadata, separately scoped witness evidence when it validates, and the deep /verify/{id} link. Omit for the live attestation-chain head.

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses important conditional behavior: fields are returned only when retained-artifact metadata exists, and omitting an id yields chain status rather than treating the head as a snapshot digest. It also mentions separately scoped witness evidence and validation, adding meaningful context.

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 compact and information-dense: the first sentence states the action and conditional return fields, the second clarifies the no-id behavior, and the third gives use cases. Every sentence contributes meaningful guidance without redundancy.

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

Completeness5/5

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

Given that the tool has only one optional parameter, no output schema, and a read-only annotation, the description thoroughly covers conditional outputs, the no-id edge case, and appropriate use cases. It leaves no obvious gap for an agent to select and invoke the tool correctly.

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

Parameters3/5

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

Schema coverage is 100%, and the snapshot_id parameter's own description already explains the difference between providing and omitting the id. The tool description restates this behavior but does not add new syntax, formatting, or parameter-specific nuance beyond what the schema provides, so it meets the baseline but does not exceed 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 uses a specific verb ('Recheck') and names the resource (Fonteum snapshot), then lists the returned fields and use cases. It clearly differentiates from sibling tools by focusing on snapshot integrity, citation, and source-file reproduction rather than provider/sanction lookups or dataset info.

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 provides explicit use cases ('snapshot integrity checks, citation support, or reproducing a retained source file') and explains the behavior without an id (chain status, not a digest). It lacks explicit exclusionary guidance about alternatives, but the sibling tools are semantically distinct enough that this is not a major gap.

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.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but there is potential confusion between check_exclusion, search_sanctions, and lookup_npi since all touch exclusion data. However, descriptions clarify the entry point (NPI vs name) and specific sources, making misselection unlikely but possible for agents unfamiliar with the domain.

Naming Consistency5/5

Every tool follows the consistent prefix_verb_noun pattern (e.g., fonteum_lookup_npi, fonteum_search_providers). The verbs are varied but appropriate to the action, and the naming convention is uniform throughout.

Tool Count5/5

With 9 tools, the server is well-scoped for a healthcare provider data and compliance lookup service. Each tool covers a distinct operation, and the count is within the ideal range for such a domain.

Completeness4/5

The surface covers core workflows: provider lookup, search, exclusion checking, sanctions screening, contractor lookup/history, dataset info, and snapshot verification. Minor gaps exist such as no historical NPI lookup or batch search, but these are not critical for the server's purpose.

Resources