Skip to main content
Glama

Reach MCP

comment_post

Post a comment on a LinkedIn post on behalf of the connected account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesComment text.
account_idYesReach id of the LinkedIn account to act on, from list_accounts.
idempotency_keyNoOptional. A key you choose (a UUID is fine) that names this exact call. If you retry with the same key and the same arguments, the first call's result is returned and nothing is done twice on LinkedIn. Reusing a key with different arguments is refused. Keys expire after 24 hours.
post_url_or_urnYesLinkedIn post URL, slug, or URN.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already mark readOnlyHint=false and idempotentHint=false, so the mutating nature is known. The description adds useful auth context by saying the action happens 'on behalf of the connected account,' but it does not disclose public visibility, rate limits, or other side effects beyond the post being created.

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 sentence with no filler, opens immediately with the action, and contains exactly the necessary components: action, target, and actor. It earns its place without redundancy.

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?

With full parameter documentation, an output schema, and annotations present, the description provides enough operational context for a straightforward posting tool. The only slight gap is not explicitly routing replies to an existing comment toward reply_comment, but that is more of a usage-guideline concern.

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 coverage is 100%, so the parameters are already fully documented. The description does not add parameter-specific meaning beyond identifying the target as a LinkedIn post and the acting account, which is the expected baseline for complete schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and target: 'Post a comment on a LinkedIn post,' and names the acting identity ('on behalf of the connected account'). It clearly describes the action, though it does not explicitly distinguish this from the sibling reply_comment beyond the word 'post.'

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as reply_comment, like_post, or send_message. It does not mention exclusions or prerequisites, so the agent must infer usage from the tool name and target.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources