Skip to main content
Glama
southleft

LinkedIn Intelligence MCP Server

by southleft

get_profile_articles

Retrieve articles published by a LinkedIn profile to analyze their content strategy and engagement metrics.

Instructions

Get articles written by a LinkedIn profile.

Uses the Professional Network Data API to fetch articles (long-form content) published by the specified profile.

Args: profile_id: LinkedIn public ID (e.g., "johndoe") limit: Maximum number of articles to return (default: 20)

Returns: List of articles with title, content preview, and engagement metrics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the data source (Professional Network Data API) and return format, but doesn't mention rate limits, authentication requirements, or whether this is a read-only operation. The description adds some behavioral context but leaves gaps for a tool with no annotation coverage.

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 efficiently structured with a clear purpose statement, implementation detail, and organized parameter/return sections. Every sentence adds value with no wasted words, and key information is front-loaded.

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?

Given the tool's moderate complexity (2 parameters, no annotations, but has output schema), the description is reasonably complete. It covers purpose, parameters, and return format. The output schema existence means return values don't need explanation, though more behavioral context would help given the lack of annotations.

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?

With 0% schema description coverage, the description compensates well by explaining both parameters: 'profile_id' as a LinkedIn public ID with an example, and 'limit' with its default value and purpose. This adds significant meaning beyond the bare schema.

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 tool's purpose with a specific verb ('Get'), resource ('articles'), and source ('by a LinkedIn profile'). It distinguishes from siblings like 'get_article' (singular) and 'get_profile_posts' (different content type) by specifying long-form articles from profiles.

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 context by mentioning the Professional Network Data API and specifying profile articles, but doesn't explicitly state when to use this tool versus alternatives like 'get_profile_posts' or 'get_article'. No exclusions or prerequisites are mentioned.

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

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