Skip to main content
Glama

resumen-conversacion

Resume una conversación/hilo de texto. input=texto de la conversación. [x402: 0.02 USDC on Base, pay-per-use]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesservice input

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses the pricing model (x402: 0.02 USDC on Base), which is genuinely useful, but says nothing about output format/length, language handling, input size limits, or failure modes for a summarization service.

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?

Three compact fragments, no waste. The purpose is front-loaded, though the price tag is embedded at the end rather than in a structured cost field.

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?

Adequate minimum for a 1-param summarization tool: purpose, input type, and cost are covered. But with no annotations and no output schema, the description misses expected output shape, length control, and input-size constraints that an agent would need to invoke it confidently.

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?

With a single parameter and 100% schema description coverage, the baseline is 4. The description adds 'input=texto de la conversación', clarifying the expected content type (the conversation text) beyond the schema's generic 'service input'.

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?

Clear verb+resource: 'Resume una conversación/hilo de texto' states it summarizes a text conversation/thread. It is distinguishable from siblings like 'resumir-documento' (documents) and 'quick-summary'/'summarize' (generic), though it does not explicitly name those alternatives to sharpen the distinction.

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

Usage Guidelines2/5

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

No when-to-use guidance beyond the implicit input type. With siblings such as resumir-documento, quick-summary, and summarize, the agent gets no explicit routing rule for choosing this tool over them.

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