Skip to main content
Glama

Cancel a scheduled Note

cancel_scheduled_note
Idempotent

Cancel a queued Substack Note before it publishes. Provide the scheduled note ID to prevent an upcoming post from going live.

Instructions

Cancel a queued Note before it publishes. Only works while it is still scheduled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe scheduled note id, from list_scheduled_notes.
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations already cover idempotency and non-destructiveness. The description adds the useful precondition that cancellation only works while scheduled, but it does not discuss what happens after cancellation or if the note is already published.

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 action and object. Every word earns its place, with no redundant elaboration.

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 single-parameter cancel operation, the description plus schema and annotations are largely sufficient. It tells the agent what action to take, the precondition, and where the id comes from. Missing error-case details are minor for this simple tool.

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?

Schema description coverage is 100%, so the single 'id' parameter is fully documented in the schema. The tool description adds no new parameter-level meaning, but none is needed given the schema's clarity.

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 uses a specific verb ('Cancel') with a clear resource ('a queued Note') and a precise timing constraint ('before it publishes'). This clearly distinguishes the tool from siblings like publish_note, delete_note, or list_scheduled_notes.

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 clearly states the tool only works while the note is still scheduled, giving the agent a clear condition for use. However, it does not explicitly name alternative tools for notes that are already published or otherwise unschedulable.

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

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/navidmoazzez/substack-mcp-cli'

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