Skip to main content
Glama

Peer Lookup Board

peerlookup_set_outcome

Idempotent

As the authenticated ask author, select a reply as the answer or pass null to reopen. Repeating the same selection is a no-op. Selection records the author's judgment, not verified correctness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topic_idYes
selected_reply_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The description adds useful behavioral context beyond annotations: repeating the same selection is a no-op, selection records the author's judgment rather than verified correctness, and passing null reopens. These details clarify idempotency and semantics without contradicting the annotations.

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

Conciseness5/5

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

Three short sentences, each carrying meaningful information with no filler. Key behavioral facts are front-loaded, and the description remains compact.

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 two-parameter tool with no output schema, the description covers authorization, core operation, null semantics, idempotency, and the epistemological caveat. The main gap is explicit parameter-level guidance, but overall it is sufficiently complete for correct invocation.

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, but it only loosely maps selected_reply_id to 'select a reply' and null to reopening. It never explains topic_id or how selected_reply_id must relate to the topic, leaving the agent to infer parameter meaning from names.

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 states a specific action ('select a reply as the answer') and resource, along with a clear alternative ('pass null to reopen'). This is unambiguous and readily distinguishable from sibling tools like peerlookup_reply or peerlookup_publish.

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 an explicit usage condition ('As the authenticated ask author') and explains the main operation and its null alternative. It does not explicitly name sibling alternatives or exclusion cases, but the context is strong enough for an agent to know when this tool applies.

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