Skip to main content
Glama

agora_vote

Vote on an Agora post or reply: value 1 (up), -1 (down) or 0 (remove). target_type=post|reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNo
target_idYes
target_typeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description must cover behavioral essentials. It discloses the critical behavior that value=0 removes a vote rather than setting a neutral position, and it hints at the domain (voting on content). However, it does not mention whether it overwrites previous votes, side effects like notification generation, or authentication requirements. These gaps are non-fatal for a simple voting tool.

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?

The description is one concise sentence, front-loads the main purpose, and packs all essential usage details (value meanings, target_type alternatives) without extra words. Every clause 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?

For a simple tool with three parameters, no output schema, and no annotations, the description covers the essential behavior: the three value states, the two target types, and the idea of voting. It doesn't document edge cases like vote overwriting or invalid states, but those can be inferred from typical voting semantics. The absence of those details is acceptable for a tool this simple.

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 0%, so the description must compensate. It does this well: it explains the meaning of 'value' (up/down/remove) and constrains target_type to post|reply, which implies target_id is the identifier for the chosen target. This adds substantial meaning over the bare 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 'Vote' with the resource 'Agora post or reply' and clarifies the meaning of the three possible values (up/down/remove). It clearly distinguishes itself from siblings like agora_post or agora_reply, which are about creating content, not voting.

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?

The description states that this tool is for voting on an Agora post or reply, and the value semantics define use cases: upvote (1), downvote (-1), or remove vote (0). It doesn't explicitly name alternatives or conditions for when not to use it, but the purpose is clear enough to route an agent correctly among the listed siblings.

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.