Skip to main content
Glama
nadirzhon

linkedin-mcp

by nadirzhon

cancel_scheduled

Cancel a scheduled LinkedIn post by providing its unique post ID. Remove queued posts from the content calendar to prevent unwanted publishing.

Instructions

Remove a queued post by its id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYes
Behavior2/5

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

There are no annotations, and the description only states the action without disclosing side effects, reversibility, or requirements. For a destructive operation like 'Remove', the lack of additional behavioral context is a significant gap.

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 a single, front-loaded sentence with zero wasted words. It efficiently communicates the core action and target resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and no output schema, but the description lacks important behavioral context such as whether the removal is permanent or if there are constraints on which queued posts can be cancelled. It is adequate for a basic cancellation operation but leaves some gaps.

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?

With a single parameter (post_id) and 0% schema description coverage, the description's phrase 'by its id' clarifies that post_id is the identifier for the queued post. However, it adds minimal information beyond the parameter name itself, so it only partially compensates for the missing schema description.

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 the specific verb 'Remove' and identifies the resource as 'a queued post' with a clear method ('by its id'). It clearly distinguishes from sibling tools like schedule_post and publish_now by specifying the cancellation action.

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 provides clear context: this tool is for removing queued posts, which implies it should be used when a scheduled post needs to be cancelled. It does not explicitly mention alternatives or exclusions, but the purpose is sufficiently unique among the sibling tools.

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/nadirzhon/linkedin-mcp'

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