Skip to main content
Glama
SARAMALI15792

LinkedIn Custom MCP Server

Update Post

linkedin_update_post

Modify published LinkedIn posts by replacing text content. This tool deletes the original post and publishes a new version since LinkedIn's API doesn't support direct editing.

Instructions

Update a post's text. ⚠️ Warning: This deletes the old post and creates a new one with a new ID, as LinkedIn does not support editing published posts via API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_urnYes
textYes
visibilityNoPUBLIC

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations only provide a title, so the description carries full burden. It discloses key behavioral traits: the operation deletes the old post and creates a new one with a new ID, and notes LinkedIn's API limitation. This adds crucial context beyond basic annotations.

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 sentences, front-loaded with the core purpose followed by a critical warning. Every word earns its place, with no redundancy or fluff, making it highly efficient.

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

Completeness5/5

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

Given the tool's complexity (destructive update), lack of rich annotations, and presence of an output schema, the description is complete. It covers purpose, behavioral nuances, and usage context, compensating well for minimal structured data.

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

Parameters4/5

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

With 0% schema description coverage, the description adds value by implying parameters (post_urn for the post to update, text for new content). However, it doesn't detail all three parameters (e.g., visibility's default or meaning), leaving some gaps.

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 clearly states the specific action ('Update a post's text') and resource ('post'), distinguishing it from siblings like linkedin_create_post (creation) and linkedin_delete_post (deletion). It precisely defines the operation's scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use this tool (to update post text) and provides a critical warning about LinkedIn's API limitation, which implicitly guides usage by highlighting its destructive nature and alternative considerations. This addresses the tool's unique context among siblings.

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/SARAMALI15792/Linkedin_mcp_custom_server'

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