Skip to main content
Glama

Linked API MCP

by Linked-API

fetch_person

Retrieve LinkedIn profile data, including basic info, experience, education, skills, languages, posts, comments, and reactions. Customize data retrieval by enabling specific parameters only when needed to optimize performance.

Instructions

Allows you to open a person page to retrieve their basic information and perform additional person-related actions if needed. (st.openPersonPage action). Allows additional optional retrieval of experience, education, skills, languages, posts, comments and reactions. ⚠️ PERFORMANCE WARNING: Only set additional retrieval flags to true if you specifically need that data. Each additional parameter significantly increases execution time: 💡 Recommendation: Start with basic info only. Only request additional data if the user explicitly asks for it or if it's essential for the current task.

Input Schema

NameRequiredDescriptionDefault
commentRetrievalConfigNoOptional. Configuration for retrieving comments. Available only if retrieveComments is true.
personUrlYesThe LinkedIn profile URL of the person to fetch (e.g., 'https://www.linkedin.com/in/john-doe')
postsRetrievalConfigNoOptional. Configuration for retrieving posts. Available only if retrievePosts is true.
reactionRetrievalConfigNoOptional. Configuration for retrieving reactions. Available only if retrieveReactions is true.
retrieveCommentsNoOptional. Whether to retrieve the person's comments information. Default is false.
retrieveEducationNoOptional. Whether to retrieve the person's education information. Default is false.
retrieveExperienceNoOptional. Whether to retrieve the person's experience information. Default is false.
retrieveLanguagesNoOptional. Whether to retrieve the person's languages information. Default is false.
retrievePostsNoOptional. Whether to retrieve the person's posts information. Default is false.
retrieveReactionsNoOptional. Whether to retrieve the person's reactions information. Default is false.
retrieveSkillsNoOptional. Whether to retrieve the person's skills information. Default is false.

Input Schema (JSON Schema)

{ "properties": { "commentRetrievalConfig": { "description": "Optional. Configuration for retrieving comments. Available only if retrieveComments is true.", "properties": { "limit": { "description": "Optional. Number of comments to retrieve. Defaults to 20, with a maximum value of 20.", "type": "number" }, "since": { "description": "Optional. ISO 8601 timestamp to filter comments made after the specified time.", "type": "string" } }, "type": "object" }, "personUrl": { "description": "The LinkedIn profile URL of the person to fetch (e.g., 'https://www.linkedin.com/in/john-doe')", "type": "string" }, "postsRetrievalConfig": { "description": "Optional. Configuration for retrieving posts. Available only if retrievePosts is true.", "properties": { "limit": { "description": "Optional. Number of posts to retrieve. Defaults to 20, with a maximum value of 20.", "type": "number" }, "since": { "description": "Optional. ISO 8601 timestamp to filter posts published after the specified time.", "type": "string" } }, "type": "object" }, "reactionRetrievalConfig": { "description": "Optional. Configuration for retrieving reactions. Available only if retrieveReactions is true.", "properties": { "limit": { "description": "Optional. Number of reactions to retrieve. Defaults to 20, with a maximum value of 20.", "type": "number" }, "since": { "description": "Optional. ISO 8601 timestamp to filter reactions made after the specified time.", "type": "string" } }, "type": "object" }, "retrieveComments": { "description": "Optional. Whether to retrieve the person's comments information. Default is false.", "type": "boolean" }, "retrieveEducation": { "description": "Optional. Whether to retrieve the person's education information. Default is false.", "type": "boolean" }, "retrieveExperience": { "description": "Optional. Whether to retrieve the person's experience information. Default is false.", "type": "boolean" }, "retrieveLanguages": { "description": "Optional. Whether to retrieve the person's languages information. Default is false.", "type": "boolean" }, "retrievePosts": { "description": "Optional. Whether to retrieve the person's posts information. Default is false.", "type": "boolean" }, "retrieveReactions": { "description": "Optional. Whether to retrieve the person's reactions information. Default is false.", "type": "boolean" }, "retrieveSkills": { "description": "Optional. Whether to retrieve the person's skills information. Default is false.", "type": "boolean" } }, "required": [ "personUrl" ], "type": "object" }

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/Linked-API/linkedapi-mcp'

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