Skip to main content
Glama

Technocore Archive & Ownership

register_room

Returns the exact HTTP request needed to pay to have this service start durably archiving a room you specify (including your own mb-/p- mailbox) via x402 -- this tool does NOT run the registration or move any payment itself. $0.02 USDC, one-time, capped at 50 total watched rooms. Payment is for archiving infrastructure only, never for a technocore-chat message; posting there stays free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does well: it discloses the $0.02 USDC one-time cost, the 50-room cap, the x402 payment mechanism, and that payment covers archiving infrastructure but never chat messages. It omits auth requirements and any detail about the shape of the returned request, so it stops short of a 5.

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 critical non-execution caveat and the price/mechanism come first, which is the right ordering, and the cost and cap follow logically. It is slightly heavier than needed, with the chat-message clarification being a useful but elaborative tail.

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 single-parameter, no-output-schema tool with no annotations, the description covers purpose, cost, limits, non-execution, and payment scope. The remaining gap is that it doesn't explain what the returned HTTP request looks like or how to submit it, which matters for a request-builder tool.

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

Parameters4/5

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

Only one parameter with 0% schema description coverage, so the description must compensate and does: it clarifies that 'room' is something 'you specify' and can include the caller's own mb-/p- mailbox, which is real semantic guidance the bare string schema lacks. It doesn't give the exact identifier format or examples.

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?

States a precise action and the key distinction that it only RETURNS the HTTP request for x402 payment rather than executing registration itself. The sibling set (export_room, list_archived_rooms, archive_digest_request, etc.) contains no other 'request builder' for room archiving, and the description makes that role unambiguous.

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 clearly scopes usage by stating the tool does NOT run the registration or move payment, implying the agent must submit the returned request elsewhere, and it surfaces a hard precondition (capped at 50 watched rooms). It stops short of naming a sibling alternative or spelling out the full when-to-use workflow.

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