Skip to main content
Glama
Phicks-debug

linkedin-web-scrapper-mcp-server

by Phicks-debug

scrape-linkedin-profile

Scrape a LinkedIn profile URL to extract comprehensive data including experience, education, skills, licenses, certifications, and more.

Instructions

Scrape comprehensive data from a specific LinkedIn profile URL. Returns detailed profile information including experience, education, skills, licenses & certifications, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileUrlYesThe LinkedIn profile URL to scrape (e.g., 'https://www.linkedin.com/in/username/')
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 burden of behavioral disclosure. It describes what data is returned (experience, education, etc.) but does not disclose potential side effects, limitations (e.g., profile privacy, rate limits), or authentication requirements. For a scraping tool, such context is important but missing.

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?

Two concise sentences clearly state the action and the output categories. No filler or unnecessary repetition. The most important 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?

For a simple one-parameter tool with no output schema, the description adequately explains the return values by listing key sections. However, it lacks any caveats about scraping LinkedIn (e.g., profile must be public, potential blocks) which would be valuable for completeness, but the tool is simple enough that this is a minor gap.

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?

The schema covers the single parameter (profileUrl) 100%, including an example. The description adds no additional meaning beyond what the schema already provides. Baseline of 3 is appropriate given full schema coverage.

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 specific action ('Scrape comprehensive data from a specific LinkedIn profile URL') and the resource. It distinguishes from the sibling tool 'search-linkedin-people' by emphasizing 'specific URL' versus search functionality.

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: scrape when you have a specific LinkedIn profile URL. However, it does not explicitly state when not to use it or mention the alternative sibling tool (search-linkedin-people) for finding profiles. This is implied rather than explicitly guided.

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/Phicks-debug/linkedin-web-scrapper-mcp-server'

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