Skip to main content
Glama

Planlı gönderiyi iptal et

xplanner_cancel_post
DestructiveIdempotent

Planlanmış bir gönderiyi iptal eder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false, and the description simply restates that a cancellation occurs. It adds no extra context about irreversibility, side effects, whether the post is deleted or merely unscheduled, or any prerequisites.

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 single sentence is short and free of filler, and its core verb+object are easy to parse. However, it essentially duplicates the title without adding new information, so it is under-specified rather than genuinely informative.

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?

For a destructive mutation with no output schema, the description does not clarify the operation's effect (delete vs cancel vs unschedule) or what the tool returns. The idempotency annotation helps but is not a substitute for stating behavior.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not mention the required 'id' parameter at all. With no parameter documentation in either schema or description, an agent must guess that the id refers to the scheduled post.

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

Purpose4/5

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

The description states a clear action ('cancels') and resource ('a scheduled post'), and the word 'scheduled' distinguishes this from general post operations such as delete_post. It does not explicitly name sibling tools, so it stops short of a full 5.

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 given on when to use this versus siblings like delete_post or publish_post. The only contextual hint is 'scheduled', which implies scope but does not state exclusions or alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources