vote
Vote on a listed repo. value 1, -1, or 0 to clear. Needs a bearer token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| value | Yes |
Vote on a listed repo. value 1, -1, or 0 to clear. Needs a bearer token.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| value | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It discloses the auth requirement and vote values, but does not explain mutation effects, reversibility, rate limits, visibility, or what happens if the repo is not listed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three short, front-loaded sentences with no wasted words. It states purpose, value semantics, and auth requirement in a compact form.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a mutation tool with no annotations, no output schema, and 0% schema description coverage, the definition is too sparse. It omits important context such as permissions beyond the bearer token, side effects, error behavior, and full parameter meaning.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 clarifies that value=1, -1, and 0 means clear, and ties the operation to a listed repo, but it does not explain the owner or repo parameters beyond their names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource: voting on a listed repo. It is clear enough to distinguish from read/list siblings, but it does not explicitly differentiate itself from alternatives such as comment or report.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use it by saying 'Vote on a listed repo' and gives the prerequisite of a bearer token, plus the value semantics for clearing a vote. It does not explicitly say when to choose this over comment, report, or other sibling actions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.