Skip to main content
Glama

linkedin_person_posts

Get recent posts authored by a LinkedIn person by profile URL or public slug. Returns posts with engagement metrics (likes, comments, shares, reactions), author info, images, videos, and articles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesLinkedIn profile URL or public slug (e.g. williamhgates)
pageNoPage number, 1-30 (default: 1). 20 posts per page — up to ~600 of the person's most recent posts.
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, 1-5 (default: 1). 20 posts per page — up to ~100 of the person's most recent posts."New value: +"Page number, 1-30 (default: 1). 20 posts per page — up to ~600 of the person's most recent posts."
  3. First observed

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. It explains the return payload (posts, engagement metrics, author info, images, videos, articles), which gives a reasonable model of a read-only list endpoint. However, it does not disclose limitations such as how 'recent' is defined, rate limits, pagination bounds beyond the schema, or failure behavior.

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?

A single dense sentence front-loads the action and resource, then efficiently lists the return contents. There is no filler or redundant phrasing, so every word earns its place.

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 low-complexity list endpoint with a fully documented schema, the description covers the core inputs and gives an adequate summary of the output shape since no output schema exists. It is missing minor edge-case context like authentication or error behavior, but is not critically incomplete.

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 url, page, and get_sentiment. The description mostly restates the url parameter ('profile URL or public slug') and adds no meaningful parameter semantics beyond the schema, which is the baseline case.

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 names a specific verb ('Get'), resource ('recent posts authored by a LinkedIn person'), and method of identification ('profile URL or public slug'). It clearly differentiates from sibling tools like linkedin_company_posts (company vs person) and linkedin_post_details (single post vs list of recent posts).

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 establishes a clear usage context: use this when you need recent posts from a specific LinkedIn person and have their profile URL or slug. It does not explicitly state exclusions or name alternative tools, but the context is clear enough for an agent to route correctly.

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