Skip to main content
Glama
negrueu

linkedin-company-admin-mcp

by negrueu

Comment on company post as admin

personal_comment_as_admin

Comment on LinkedIn company posts as your personal account or as the company page itself, enabling admins to engage directly while managing the company presence.

Instructions

Post a comment on a company post, optionally as the page itself.

When comment_as_company is True (default) the tool flips the identity selector to the Company Page before submitting; when False the comment is posted as the signed-in personal account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesNumeric page ID or URL (used to locate the identity selector).
comment_textYesThe comment body.
source_post_urnYesURN of the target post.
comment_as_companyNoSee above.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description goes beyond the readOnlyHint=false and openWorldHint=true annotations by revealing the identity selector flip behavior and the default of comment_as_company. This is valuable, but it doesn't disclose whether the identity flip persists after the call or other potential side effects.

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 extremely concise: two sentences that front-load the core action and then explain the key conditional behavior. No filler or redundant information.

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?

The tool is relatively simple, and the description covers the main action and the identity switch. With an output schema present, return values need no explanation. Minor gaps like admin prerequisites are not stated, but the name and sibling context make them inferable.

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 descriptions are 100% covered, but the description adds critical meaning for comment_as_company by explaining the default and its consequences. It also clarifies that company_id is used to locate the identity selector, augmenting the schema's own 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 clearly states the action: 'Post a comment on a company post' and specifies the optional identity behavior. This distinguishes it from sibling tools like company_reply_comment (which replies to existing comments) and personal_tag_company (which tags a company).

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 by describing what the tool does, but it doesn't explicitly state when to use it over alternatives or exclude other comment-related tools. There is no mention of prerequisites like admin rights or when to choose comment_as_company=False.

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/negrueu/linkedin-company-admin-mcp'

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