Skip to main content
Glama
owlstacks

OwlStack MCP

Official
by owlstacks

cancel_post

Stop a scheduled post from publishing while keeping it stored in the system.

Instructions

Cancel a scheduled post. The post stays in the system but will not be published.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPost id (uuid)
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 of behavioral disclosure. It reveals the key behavior (post remains in system, not published), which is valuable. But it omits other potentially relevant traits like whether the cancellation is reversible, what happens if the post is already published, or any permission requirements. 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?

Two short sentences, front-loaded with the core action and immediately clarifying the key distinction from deletion. Every word earns its place; 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 tool with one parameter and no output schema, the description covers the essential purpose and the most critical behavioral nuance. It lacks explicit error/state-mutation details, but given the low complexity, a score of 4 is appropriate rather than 5.

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 fully documents the single parameter id (uuid), giving it 100% coverage. The description adds no additional meaning beyond what the schema provides, so the baseline of 3 applies.

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 begins with a specific verb+resource: 'Cancel a scheduled post.' It clearly distinguishes from sibling tools like delete_post by specifying the outcome: the post stays but will not be published. This is a precise, non-tautological statement of purpose.

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?

It states the tool is for scheduled posts and clarifies the distinction from deletion ('stays in the system but will not be published'), giving clear context for when to choose this over delete_post. However, it doesn't explicitly name alternative tools or list exclusions, so it falls short of a perfect 5.

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/owlstacks/owlstack-mcp'

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