Skip to main content
Glama
SARAMALI15792

LinkedIn Custom MCP Server

Create Feed Post

linkedin_create_post

Create and publish text posts to your LinkedIn feed with customizable visibility settings for professional networking.

Instructions

Create a new text-based update on the user LinkedIn feed. Args: text: The content of the post. visibility: 'PUBLIC' or 'CONNECTIONS'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
visibilityNoPUBLIC

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations only provide a title, so the description carries the full burden of behavioral disclosure. It indicates this is a creation tool (implying mutation) and specifies visibility options, but does not cover other behavioral traits like authentication needs, rate limits, or what happens on success/failure. The description adds some context (visibility settings) but is incomplete for a mutation tool with no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by parameter details. It is appropriately sized with no redundant information, though the parameter explanations could be slightly more integrated into the flow rather than listed separately.

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?

Given the tool has an output schema (which handles return values), the description focuses on input semantics and purpose. It covers the basic action and parameters adequately for a creation tool, but lacks details on behavioral aspects like error handling or side effects, which would be beneficial given the mutation nature and sparse annotations.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaningful semantics by explaining 'text' as 'The content of the post' and 'visibility' with enum values 'PUBLIC' or 'CONNECTIONS', which clarifies beyond the schema's basic types. However, it does not detail constraints like text length or default behavior for visibility, 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 ('Create a new text-based update') and resource ('on the user LinkedIn feed'), distinguishing it from siblings like linkedin_create_image_post (which handles images) and linkedin_update_post (which modifies existing posts). The verb 'create' and resource 'feed post' are precise and unambiguous.

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

Usage Guidelines3/5

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

The description implies usage for text-based posts on LinkedIn feeds but does not explicitly state when to use this tool versus alternatives like linkedin_create_image_post or linkedin_update_post. It provides basic context (text-based updates) but lacks explicit guidance on exclusions or prerequisites, such as when image posts are more appropriate.

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