Skip to main content
Glama

ktalk_preview_cancel_meeting

Preview cancellation of a single meeting with zero network calls. Validate the meeting ID and reason before confirming in CLI.

Instructions

Preview cancellation of a single meeting (ADR-011) — zero network calls.

Does not cancel anything, ever: there is no MCP tool that does. To actually cancel the meeting, run cancel-meeting-confirm in an interactive terminal (CLI) with the same parameters.

Args: id: Base64 meeting id (from create-meeting-confirm output or calendar reads) — not resolved by name/date, not stored reason: Optional cancellation reason (default "" — the only confirmed working configuration, Ф-50) format: Output format — "raw" (JSON) or "markdown"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
formatNomarkdown
reasonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/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 zero network calls, no mutation of state, no persistence of the id, and a caveat about the only reliably working `reason` value. These are exactly the behavioral traits an agent needs to know and are not inferable from the schema alone.

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 well structured: a one-line core purpose, a crucial non-behavior warning, and a clear Args block. Every sentence adds operational value, and the most important caveat is front-loaded before the parameter details.

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?

Given this is a non-mutating preview operation with three straightforward parameters and an output schema present, the description covers everything an agent needs: what it does, what it does not do, how to actually cancel, and the semantics of every parameter. No critical context 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?

Schema description coverage is 0%, so the description must compensate, and it does thoroughly. It explains that `id` is a Base64 meeting id from specific sources and is not resolved by name/date, that `reason` defaults to empty and is the only confirmed working value, and that `format` selects 'raw' JSON or 'markdown'.

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 states a specific verb ('preview cancellation') and resource ('a single meeting'), and immediately clarifies that it does not actually cancel anything. It clearly distinguishes itself from the real cancellation path (CLI) and from any sibling MCP tool by explicitly saying no MCP tool cancels meetings.

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?

The description explicitly says when not to use this tool ('Does not cancel anything, ever') and names the exact alternative for actually canceling a meeting: `cancel-meeting-confirm` in an interactive terminal. This gives an agent unambiguous routing 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/mdemyanov/ktalk-mcp'

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