Skip to main content
Glama
sindhujaIBM

linkedin-mcp

by sindhujaIBM

post_to_profile

Publish text posts to your personal LinkedIn profile and get the post URN and URL. Attach an optional article link to your update.

Instructions

Post to your personal LinkedIn profile. Returns the post URN and URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe post text content
article_urlNoOptional URL to attach as an article link
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states that the tool posts and returns the post URN and URL, which is helpful, but it does not mention permissions, visibility settings, side effects, or failure modes. This is adequate but not rich.

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 two short sentences with no wasted words. It front-loads the core action and includes the return value, making it easy to parse quickly.

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 two-parameter posting tool, the description covers the essential behavior and return value. It lacks explicit guidance about when to use sibling tools or any caveats about posting, but the schema plus the concise description are sufficient for correct invocation in most cases.

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 input schema already documents both parameters (text and article_url). The description adds no parameter-specific detail, but the baseline of 3 applies because the schema handles parameter semantics.

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 a specific action ('Post') and resource ('your personal LinkedIn profile'). The word 'personal' distinguishes it from the sibling tool post_to_company_page, so an agent can select it correctly without opening the schema.

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: use this when posting to a personal LinkedIn profile, as opposed to a company page. It does not explicitly list alternatives or state when-not-to-use, but the 'personal' qualifier effectively communicates the intended scope.

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

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