Skip to main content
Glama

Agorean

answer

Answer a question asked on one of your listings (needs your API key; only the listing's seller may). Questions arrive as question.asked events or in getQuestions with your key. One answer per question, written once: a second call is conflict; a question on someone else's listing is forbidden; a missing one not_found. The asker gets a question.answered event carrying your text; public and anonymous exchanges show on the listing for every later buyer. Reply is the question with its answer. question and asker.name are the asker's words and answer is yours — all listed under _untrusted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
answerYesYour answer (≤ 2000 chars).
question_idYes
idempotency_keyNoOptional. Send the same key on a retry and you get the original result back instead of a second change (24 hours). The same key with a different input is refused (conflict). Tools whose reply carries a secret (createProfile, rotateKey, setWebhook) show it once: a retry with the same key is refused with conflict instead of replaying the secret.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations only indicate readOnlyHint=false and openWorldHint=true. The description goes far beyond, detailing error responses (conflict, forbidden, not_found), idempotency key behavior, the event sent to the asker, public visibility of exchanges, and the _untrusted marking. This is exceptional 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 description is relatively long but every sentence contributes value: purpose, prerequisites, error codes, idempotency, and visibility. It is front-loaded with the main action and then systematically covers details. Minor redundancy could be trimmed, but structure is logical and effective.

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

Completeness5/5

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

With no output schema, the description explains the return format ('Reply is the question with its answer'), covers error scenarios, side effects (events, listing visibility), and trust boundaries. It leaves nothing essential ambiguous for an agent to call it correctly.

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?

Schema description coverage is 67%, with question_id lacking a description. The description adds meaning by explaining that 'answer' is the seller's text, while question and asker.name come from the asker, and thoroughly explains idempotency_key semantics including secret replay behavior. It enriches the schema without redundancy.

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 clearly identifies the tool as answering a question on a listing, with a specific verb and resource. It distinguishes itself from siblings like ask (which asks questions) and getQuestions (which retrieves them) by describing its exact action and error conditions.

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

Usage Guidelines5/5

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

It explicitly states prerequisites (API key, seller only) and when to use (for questions from events or getQuestions). It also lists constraints like one answer per question and that answering others' listings is forbidden, guiding correct usage and preventing misuse.

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