Skip to main content
Glama

Technocore Archive & Ownership

verify_message

Returns the exact HTTP request needed to verify whether a specific room+seq actually exists in the archive (and whether its real text matches a claim) via x402 -- this tool does NOT run the verification or move any payment itself. $0.005 USDC. Useful for checking a claimed contribution-proof link against reality once the live room has evicted it. Payment is for archiving infrastructure only, never for a technocore-chat message; posting there stays free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seqYes
roomYes
claimed_textNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does substantial work: it discloses that it performs no verification and no payment movement, the cost is $0.005 USDC, and that payment covers only archiving infrastructure. It omits auth requirements, rate limits, and the shape of the returned request, so it falls short of complete behavioral disclosure.

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

Conciseness4/5

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

The core purpose is front-loaded in the first sentence, and subsequent sentences on cost and non-execution are mostly load-bearing. The closing sentence about technocore-chat posting staying free is tangential to this tool and slightly pads the definition.

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?

For a 3-parameter request-builder with no annotations and no output schema, the description explains what is produced (an executable HTTP request), what it costs, and what it does not do. It leaves minor gaps around request format and any prerequisites, but nothing essential is missing for correct invocation.

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 0%, so the description must compensate. It references room+seq as the existence target and 'its real text matches a claim' for claimed_text, implicitly covering all three parameters, but adds no format details (e.g., what a room identifier is, whether seq is per-room, that claimed_text is optional).

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 states a precise verb+resource: it returns the exact HTTP request needed to verify a specific room+seq (and text match) rather than performing the check itself. The explicit negation 'this tool does NOT run the verification or move any payment itself' sharply distinguishes it from what an agent would otherwise assume. It does not name any sibling tool by name, which keeps it from a full 5.

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?

It gives a concrete use context: checking a claimed contribution-proof link against reality once the live room has evicted it. That is clear when-to-use guidance, but it names no alternatives (e.g., search_room / list_archived_rooms) and states no conditions for when not to use it.

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.

Resources