Skip to main content
Glama
southleft

LinkedIn Intelligence MCP Server

by southleft

get_profile

Retrieve comprehensive LinkedIn profile data including contact information, skills, network statistics, recent activity, and member badges using multi-source enrichment.

Instructions

Get comprehensive LinkedIn profile data with multi-source enrichment.

Uses the Profile Enrichment Engine to aggregate data from multiple endpoints in parallel, providing the most complete profile information available.

Args: profile_id: LinkedIn public ID (e.g., "johndoe") or URN use_cache: Whether to use cached data if available (default: True) include_activity: Include recent activity/posts (default: True) include_network: Include network stats like connections/followers (default: True) include_badges: Include member badges like Premium status (default: True)

Returns comprehensive profile data including:

  • Basic info (name, headline, location, photo)

  • Contact information (if available)

  • Skills and endorsements

  • Network information (connections, followers, distance)

  • Member badges (Premium, Creator, etc.)

  • Recent activity summary

  • Enrichment metadata showing data sources used

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYes
use_cacheNo
include_activityNo
include_networkNo
include_badgesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing behavioral traits: it explains the use of caching ('use_cache'), parallel data aggregation, and enrichment metadata. It could improve by mentioning rate limits or authentication needs, but it covers key operational aspects effectively.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a purpose statement, implementation details, parameter explanations, and return value summary. It's appropriately sized but could be slightly more concise by integrating the 'Args' and 'Returns' sections more fluidly; however, every sentence adds value.

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

Completeness5/5

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

Given the tool's complexity (5 parameters, no annotations, but with an output schema), the description is complete: it covers purpose, usage context, parameters, and return values in detail. The output schema exists, so the description needn't explain return values extensively, but it still provides a helpful summary, making it fully adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Given 0% schema description coverage, the description fully compensates by detailing all 5 parameters with clear semantics: it explains 'profile_id' as LinkedIn ID or URN, and each boolean parameter's purpose and default values, adding 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 specific verbs ('get comprehensive LinkedIn profile data') and resources ('LinkedIn profile'), distinguishing it from sibling tools like 'get_my_profile' or 'get_profile_contact_info' by emphasizing multi-source enrichment and aggregation from multiple endpoints.

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 implies usage context by mentioning 'multi-source enrichment' and 'Profile Enrichment Engine,' suggesting it's for comprehensive data retrieval. However, it lacks explicit guidance on when to use this tool versus alternatives like 'batch_get_profiles' or more specific sibling tools, such as 'get_profile_contact_info' for limited data.

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