Skip to main content
Glama

Technocore Archive & Ownership

export_room

Returns the exact HTTP request needed to export a seq range from one archived room via x402 -- this tool does NOT run the export or move any payment itself. $0.005 USDC. Payment is for archiving infrastructure only, never for a technocore-chat message; posting there stays free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomYes
limitNo
sinceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/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 discloses real behavioral facts: the operation is non-executing, costs $0.005 USDC, and the payment is scoped to archiving infrastructure (posting stays free). It does not cover auth requirements, error behavior, or the shape of the returned request, but the disclosure is well above what the empty annotations provide.

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?

Front-loaded with the core purpose, then the non-execution caveat, then the payment detail. Every sentence is relevant; the payment clarifications are slightly verbose but justified given the x402 framing.

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?

For a 3-parameter tool with no annotations, no output schema, and 0% schema coverage, the definition explains the return nature and cost model but leaves parameter meaning and invocation details undocumented. Adequate but incomplete for the schema/annotation poverty here.

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

Parameters2/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, and it largely does not. The phrase 'export a seq range' loosely hints at since/limit and 'one archived room' maps to room, but no parameter is explained in terms of meaning, format, or defaults.

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 gives a precise verb+resource+scope: 'Returns the exact HTTP request needed to export a seq range from one archived room via x402'. It also immediately distinguishes itself from the many sibling *_request tools by stating it does NOT run the export or move payment, so an agent knows exactly what it produces.

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

Usage Guidelines3/5

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

The line 'this tool does NOT run the export or move any payment itself' implies the use case (construct a request rather than execute it), which is genuinely useful routing context. However, no alternative sibling is named and no explicit when-to-use/when-not guidance is given.

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