Skip to main content
Glama

Cast vote by issue ID

strato.admin.vote-by-id

Cast a vote on governance issues using the STRATO blockchain platform by providing an issue ID to participate in DeFi ecosystem decisions.

Instructions

Cast a vote given an issue ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states 'Cast a vote' which implies a mutation/write operation, but doesn't disclose behavioral traits like required permissions, whether votes are reversible, rate limits, or what happens after voting. This is inadequate for a mutation tool with zero annotation coverage.

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 extremely concise with a single sentence, 'Cast a vote given an issue ID.', which is front-loaded and wastes no words. Every part of the sentence contributes to the tool's purpose, making it efficient despite its brevity.

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's complexity (a mutation with no annotations, 1 parameter at 0% schema coverage, and no output schema), the description is incomplete. It doesn't cover behavioral aspects, usage context, or parameter details, leaving significant gaps for an AI agent to understand and invoke the tool correctly.

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?

The description adds minimal meaning beyond the input schema, which has 0% description coverage. It mentions 'issue ID' as the parameter, aligning with the schema's 'issueId', but doesn't explain format, constraints, or examples. With one parameter and low schema coverage, the description provides basic context but lacks depth, meeting the baseline for minimal documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Cast a vote given an issue ID' clearly states the action (cast vote) and resource (issue ID), but it's vague about what type of vote or system this involves. It doesn't distinguish from sibling tools like 'strato.admin.vote' (which lacks 'by-id'), leaving ambiguity about when to use one versus the other.

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 guidance is provided on when to use this tool versus alternatives. With sibling tools including 'strato.admin.vote' (without '-by-id'), the description doesn't explain the difference, prerequisites, or context for usage, leaving the agent to guess based on naming alone.

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/strato-net/strato-griphook'

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