Skip to main content
Glama
sanjar-x

Claudegram

by sanjar-x

vote_poll

Cast your vote in a Telegram poll by specifying the 0-based indices of your chosen options. Handles both single and multiple choice polls.

Instructions

Проголосовать в poll.

Args: option_indices: 0-based индексы выбранных вариантов (один — для обычного, несколько — для multiple_choice).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
message_idYes
option_indicesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The annotations already indicate this is a write operation (readOnlyHint=false) but not destructive. The description adds no additional behavioral context, such as whether votes can be changed, if the user must not have voted already, or any side effects. It is a bare operation description.

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 extremely short, consisting of a one-sentence purpose and a single parameter specification. Every word is functional, but it lacks sections for the other parameters, making it too sparse to be highly effective.

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?

Given the tool has three required parameters and no schema descriptions, the description should cover all of them and provide context. It covers only one parameter and gives no usage guidance or behavioral context. The presence of an output schema doesn't compensate for the missing parameter and usage information.

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

Parameters2/5

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

The input schema has no descriptions (0% coverage), so the description must compensate. It explains option_indices with 0-based indexing and the single/multiple distinction, but it does not explain chat or message_id, which are required and would help identify the poll message. This leaves ambiguity for the agent.

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 'Проголосовать в poll' clearly states the operation: vote in a poll. It uses the specific verb 'vote' and resource 'poll', distinguishing it from sibling tools like send_poll (create) and get_poll_results (read).

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?

No information is provided about when to use this tool or how it differs from alternatives. There is no mention of prerequisites such as having a poll message or constraints. The description gives no exclusions or alternatives.

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/sanjar-x/claudegram'

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