Skip to main content
Glama

hcs_verify_record

Read-only

Check that a compliance record on Hedera HCS still matches its stored hash. For records written as agent_signed, the embedded Ed25519 signature is independently re-checked against the public key carried in the record's DID. Returns tamper_check, attestation_type, agent_did and signature_valid. 1.0 HBAR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
topic_idNoHCS topic ID where the record was written. Defaults to the HederaIntel platform topic.
record_idYesRecord ID returned when the record was written

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds meaningful operational behavior beyond that: independent Ed25519 signature verification against the DID public key, the fee of 1.0 HBAR, and the returned fields. This helps the agent understand what the tool actually does at runtime.

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?

Three short sentences each serve a distinct purpose: stating the core action, describing conditional verification behavior, and listing the returned values plus cost. It is front-loaded with the primary purpose and contains no filler or redundant restatement of the tool name.

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

Completeness4/5

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

Since there is no output schema, the description compensates by explicitly listing the returned fields: tamper_check, attestation_type, agent_did, and signature_valid. It also discloses the fee and the conditional signature path, covering the key operational details an agent needs. Minor gaps like error behavior or what happens for non-agent_signed records do not significantly hurt usability.

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 description coverage is 100%, with parameter descriptions already covering record_id provenance, topic_id default behavior, and api_key purpose. The description adds no significant parameter-level detail beyond what the schema provides. The baseline of 3 applies because the schema carries the parameter documentation burden.

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 and resource: 'Check that a compliance record on Hedera HCS still matches its stored hash.' It clearly frames this as a verification operation rather than a write or query, distinguishing it from siblings like hcs_write_record and hcs_query. The conditional signature re-check further narrows the scope.

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 intended use case is clear: verify a previously written compliance record, with special handling for agent_signed records. However, it does not explicitly name alternative sibling tools or state when not to use this tool, such as when a generic HCS query would be more appropriate. This is clear context without explicit exclusions.

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

Each tool targets a distinct resource and action (e.g., contract read vs. contract call vs. contract analyze; hcs monitor vs. hcs query vs. hcs understand). Even within closely related groups, descriptions clearly differentiate the specific purpose, so an agent is unlikely to select the wrong tool.

Naming Consistency4/5

Most tools follow a domain_action pattern (e.g., contract_analyze, token_monitor, hcs_verify_record), but some are verb_noun (get_terms, confirm_terms) and a few are noun_noun (account_info, token_price, fixatum_score). While not perfectly uniform, the prefixes make the intended domain clear and the overall structure is readable.

Tool Count3/5

With 25 tools, the server is on the heavy end of the typical MCP scope. While each tool serves a specific niche across multiple Hedera domains (contracts, HCS, tokens, identity, governance, Fixatum), the sheer number could increase selection complexity, but it remains within the borderline range rather than being excessive.

Completeness4/5

The server covers a broad range of read/analyze operations across major Hedera areas, plus essential write/verification capabilities (hcs_write_record, hcs_verify_record) and an onboarding flow (get_terms, confirm_terms). Minor gaps exist, such as no token transfer history or unregister/update for Fixatum, but the core analytical purpose is well covered.

Resources