Skip to main content
Glama
Voxos-ai-Inc

@voxos-ai/clink-mcp-server

Official
by Voxos-ai-Inc

cast_vote

Cast your vote on a proposal with choices for yes/no, single option, or ranked preferences. Optionally include a comment to justify your decision.

Instructions

Cast a vote on a proposal. For yes/no proposals, vote "yes" or "no". For single choice, vote with the option name. Include a comment to explain your reasoning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voteYesYour vote: "yes" or "no" for yes_no proposals, option name for single choice, comma-separated preferences for ranked
commentNoOptional comment explaining your vote
proposal_idYesThe proposal ID
hil_expiry_secondsNoOptional: Custom expiry time for HIL verification email link in seconds (min 60, max 172800 = 48 hours). Default is 300 (5 minutes).
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It fails to mention that voting is a write operation, whether it is reversible, any permission requirements, or the presence of a verification email (hinted by hil_expiry_seconds). This is a significant gap for a mutation tool, leaving the agent unaware of side effects.

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 two sentences, front-loaded with the primary action, and contains no filler. Every sentence contributes useful guidance, making it highly efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no annotations and no output schema, but includes a non-obvious hil_expiry_seconds parameter hinting at email verification. The description does not explain this verification flow, possible outcomes, error scenarios, or what happens after voting. This leaves the description incomplete for a mutation tool of moderate complexity.

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 description coverage is 100%, so the schema already documents all four parameters thoroughly. The description adds some emphasis on vote format for yes/no and single choice, but omits ranked voting and hil_expiry_seconds entirely. This does not add substantial meaning beyond the schema, meriting the baseline score of 3.

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 clearly states the tool's action: 'Cast a vote on a proposal.' This specific verb+resource framing distinguishes it from sibling tools like create_proposal, finalize_proposal, or list_proposals, making the purpose immediately obvious.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by defining the tool as the voting action, but it does not explicitly state when to choose this tool over alternatives or provide exclusions. It does give format guidance for yes/no and single-choice votes, which is helpful but not full tool-selection guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Voxos-ai-Inc/clink-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server