Skip to main content
Glama
gosswerner1-max

LazyRelay MCP Server

delete_scheduled_post

Cancel a pending scheduled post before it goes out. Prevents unwanted posts from being published.

Instructions

Cancel a pending scheduled post before it goes out. Has no effect on a post that's already gone out.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe scheduled post id, from list_scheduled_posts
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations are absent, so the description carries full behavioral burden. It usefully discloses that already-sent posts are unaffected, which is a non-obvious behavior. However, it does not mention whether cancellation is irreversible, what response/error is returned, or any authorization requirements, so transparency is partial rather than complete.

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 with no filler. The main action is front-loaded, and the key caveat about already-sent posts follows immediately. Every sentence earns its place.

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 one-parameter cancel operation, the description is largely sufficient: it defines the target state (pending) and the no-op condition (already gone out). Minor gaps like return behavior or permissions exist, but the tool's simplicity means these are unlikely to block correct invocation.

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 schema coverage is 100%: the only parameter, id, is already described as 'The scheduled post id, from list_scheduled_posts'. The description adds no parameter-level details beyond the schema, so it meets the baseline but does not add extra value.

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 ('pending scheduled post') and a temporal condition ('before it goes out'). It clearly distinguishes itself from publish/read tools in the sibling set, and the 'no effect on a post that's already gone out' clause removes ambiguity about scope.

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 states when the tool applies: canceling a scheduled post that has not yet gone out. It also gives an explicit exclusion: it has no effect on posts already sent. It does not name alternatives directly, but the timing constraint and id source in the schema make the intended use clear.

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/gosswerner1-max/lazyrelay'

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