Skip to main content
Glama

linkedin_company_posts

Get recent posts from a LinkedIn company page by URL. Returns posts with engagement metrics (likes, comments, shares, reactions).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesLinkedIn company page URL
pageNoPage number, 1-50 (default: 1). 10 posts per page
get_sentimentNoAdd AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small surcharge per page, or per request on single-request endpoints.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / get_sentiment / description
      Previous value: -"Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small per-page surcharge."New value: +"Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small surcharge per page, or per request on single-request endpoints."
  2. Changed1 schema field changed
    • changedInput schema / properties / page / description
      Previous value: -"Page number for pagination (default: 1)"New value: +"Page number, 1-50 (default: 1). 10 posts per page"
  3. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It states that the tool returns engagement metrics, which is useful, but it does not disclose URL format requirements, ordering of posts, meaning of 'recent', rate limits, authentication needs, or error behavior. For a read operation this is a moderate gap, but not a complete black box.

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 sentences with no redundancy. The core action, input, and output summary are all front-loaded in the first sentence, and the second sentence adds relevant detail about the returned engagement metrics.

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

Completeness3/5

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

The tool is relatively simple with one required parameter and schema-covered optional parameters, but there is no output schema and no annotations. The description partially covers return values by listing engagement metrics, yet it leaves ambiguity around pagination semantics, the meaning of 'recent', and expected URL format. Sufficient for a straightforward call, but not fully complete.

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 schema already documents all three parameters and their defaults. The description adds minor context by indicating the result focuses on engagement metrics, but it does not meaningfully expand on the meaning of page or get_sentiment beyond what the schema already states. Baseline 3 is appropriate.

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 uses a specific verb ('Get') and resource ('recent posts from a LinkedIn company page by URL'), clearly distinguishing this from sibling tools like linkedin_company_details, linkedin_person_posts, and linkedin_post_details. The 'by URL' qualifier reinforces exactly what input is expected.

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?

There is no guidance about when to use this tool versus alternatives. It does not mention that company details should use linkedin_company_details, that individual posts should use linkedin_post_details, or that person posts should use linkedin_person_posts. Any such distinction is only implied by the tool name and resource wording, not stated.

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