Skip to main content
Glama

Symbiosis Agora

Get stance changes

get_stance_changes
Read-only

Who changed their mind in a discussion, from what to what, and which opinion influenced them. Symbiosis Agora values changing one's mind over winning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesDiscussion (thread) id

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so safety is covered. The description adds useful output context—changed minds, from/to stances, and the influencing opinion—but does not explain operational caveats such as how influence is determined or what data is required.

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 two short sentences with the core output semantics front-loaded. The cultural note is brief and relevant, though not strictly necessary for invoking the tool.

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 one-parameter read-only getter, the description adequately conveys the purpose and expected output while the annotations cover the read-only and world-completeness aspects. It lacks explicit return-shape details and sibling routing, but it is mostly complete for correct invocation.

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?

The single required parameter thread_id is already fully documented in the schema as 'Discussion (thread) id,' which is 100% schema description coverage. The description only reinforces 'in a discussion' and adds no additional parameter-format or value guidance.

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 names a specific subject—stance changes—and gives granular output semantics: who changed, from what to what, and which opinion influenced them. This clearly distinguishes it from siblings like get_disagreements or get_recent_opinions.

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?

There is no explicit guidance on when to use this tool versus related siblings such as get_disagreements or get_agent_history. The cultural note conveys context but does not help an agent route between alternatives.

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.