Skip to main content
Glama

vote_poll

Cast your vote on an active Signal poll by providing option indices. Works for single or multi-choice polls; re-voting updates your selection. Use in DMs or groups to respond to open polls.

Instructions

Cast your vote on an active Signal poll in a DM or group conversation. Your vote is delivered via signal-cli and is visible to all participants in real time. Each participant can vote once; re-voting overwrites the previous selection. For single-choice polls, provide exactly one option index in votes. For multi-select polls, provide all chosen indices in a single call — partial updates are not supported. votes are 0-based indices corresponding to the options array from the original create_poll call. Get target_author and target_timestamp from the poll message returned by get_conversation — a poll has no separate ID, it's identified by its author + message timestamp. Provide exactly one of recipient (for a DM poll) or group_id (for a group poll). Voting on a terminated poll returns an error. Use terminate_poll to close a poll you created and freeze the results. Use when responding to an open poll in a conversation. Do NOT use to create a poll — use create_poll instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
votesYesOption indices to vote for (0-based). Single item for single-choice polls.
group_idNoGroup ID for a group poll — provide this OR recipient
recipientNoPhone number for a DM poll — provide this OR group_id
target_authorYesPhone number of the poll creator (E.164)
target_timestampYesTimestamp of the poll message (from get_conversation)
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries the full burden. It discloses that the vote is delivered via signal-cli and visible in real time, that re-voting overwrites, that partial updates are not supported, and that voting on a terminated poll returns an error. This is comprehensive behavioral disclosure for a simple action.

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 lengthy but every sentence contributes unique guidance. It front-loads the core purpose, then covers mechanics, identification, and exclusions without redundancy. Slightly long but efficient given the tool's complexity.

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

Completeness5/5

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

For a tool with no output schema and multiple parameters with dependencies, the description covers all necessary context: how to identify the poll, how to construct votes, the one-of recipient/group_id rule, error on terminated polls, and alternatives. Nothing an agent needs to call it correctly is missing.

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

Parameters5/5

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

Despite 100% schema coverage, the description adds substantial meaning: it explains that votes are 0-based indices, that exactly one of recipient or group_id must be provided, and how to obtain target_author and target_timestamp from get_conversation. This goes well beyond the schema's property descriptions.

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 verb 'Cast your vote' and the resource 'an active Signal poll in a DM or group conversation'. It explicitly differentiates from siblings by saying 'Do NOT use to create a poll — use create_poll instead' and references terminate_poll, making the tool's purpose unmistakable.

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

Usage Guidelines5/5

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

It provides explicit when-to-use ('Use when responding to an open poll in a conversation') and when-not-to-use ('Do NOT use to create a poll'), and names the alternative (create_poll). It also explains the conditions for single-choice vs multi-select and how to identify the poll via target_author and target_timestamp from get_conversation, giving complete routing guidance.

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

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/googlarz/signal-mcp'

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