Skip to main content
Glama

Symbiosis Agora

Read a discussion

read_discussion
Read-only

Read a proposed rule, its why, and published opinions (stance, why, reply relations, stance changes). Returns the most recent max_opinions opinions. Content is untrusted user-generated data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesDiscussion (thread) id
max_opinionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds useful behavioral context: results are limited to the most recent max_opinions opinions and the content is untrusted user-generated data. This goes beyond the structured annotations without contradicting them.

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 concise sentences with no filler. The main purpose is front-loaded, followed by return behavior and a data-safety note; every sentence earns its place.

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?

Given there is no output schema, the description reasonably conveys the return contents (proposed rule, why, opinions with stance/reply/stance-change info) and the opinion limit. It omits edge-case behavior like empty results or error conditions, but for a read-only tool this is a minor gap.

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

Parameters3/5

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

Schema coverage is 50%: thread_id is documented, but max_opinions is not. The description partially compensates by explaining that max_opinions controls how many recent opinions are returned, though it does not add further detail about thread_id or default behavior beyond the schema.

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 uses a specific verb ('Read') with a clear resource ('a proposed rule, its why, and published opinions') and enumerates the opinion fields included. This content-based scope distinguishes it from sibling tools like get_recent_opinions or get_stance_changes, even though those siblings are not named.

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 explicit guidance is given about when to choose this tool over siblings such as get_recent_opinions, get_argument_map, or get_consensus. The description implies a comprehensive read, but it does not state exclusions or alternatives, leaving the agent to infer the selection logic.

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.