Skip to main content
Glama

calmesh_decide_poll

Choose the final meeting time for a poll, mark it as decided, and finalize the scheduling decision.

Instructions

Finalize a poll by selecting the decided meeting time. Marks the poll as decided. Requires "book" scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesPoll slug.
decided_timeYesThe chosen meeting time as ISO 8601 datetime.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the state change ('Marks the poll as decided') and the required scope, but does not mention reversibility, idempotency, or behavior if the poll is already decided. This is adequate but not deeply transparent.

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 concise sentences that lead with the purpose, then add essential requirement information. There is no filler or redundancy.

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

Completeness4/5

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

For a simple 2-parameter mutation tool with no output schema, the description covers purpose, state change, and scope requirement. It omits details about success/error behavior and edge cases like already-decided polls, but the operation is simple enough that the description is mostly sufficient.

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 input schema describes both parameters (slug and decided_time) with full coverage, so the baseline is 3. The description adds no additional parameter-level guidance beyond what the schema already provides.

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 specific action 'Finalize a poll by selecting the decided meeting time' and identifies the resource (poll) and the state change (Marks the poll as decided). This distinguishes it from sibling poll tools like calmesh_create_poll and calmesh_list_polls.

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

Usage Guidelines4/5

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

The description implies when to use this tool (when a poll needs to be finalized) and provides a prerequisite ('Requires "book" scope'), but it does not explicitly name alternatives or exclusion conditions. The context is clear enough for a distinct action.

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/davidklemme/calmesh-mcp-server'

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