Skip to main content
Glama
neuralverge

NeuralVerge MCP Server

Official
by neuralverge

run_linkedin_email

Retrieve email addresses and contact details from LinkedIn profiles by entering the profile URL. Solve direct outreach needs by extracting publicly available info.

Instructions

Looks up a LinkedIn profile by its full profile URL and returns contact details, including an email address when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesFull LinkedIn profile URL, e.g. https://www.linkedin.com/in/john-doe/
Behavior3/5

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

With no annotations, the description carries the burden of disclosure. It honestly notes that email is returned only 'when available', which is a useful caveat, but it does not address failure modes, rate limits, or whether other contact details are always present. This is minimal but nonzero transparency.

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 a single, efficient sentence that states the action, input, and output without any redundant or filler wording.

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 one-parameter tool without an output schema, the description gives the essential invocation context and a key caveat about email availability. It does not detail the exact response structure or error handling, but the tool's simplicity makes the description reasonably complete.

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 input schema already provides a thorough description of the 'username' parameter (full URL with example), giving 100% coverage. The description only reaffirms that the tool uses a full profile URL, adding marginal meaning beyond the schema, so it meets the baseline.

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 uses a specific verb ('looks up') and resource ('LinkedIn profile'), with a clear outcome ('returns contact details, including an email address'). It distinguishes itself from sibling search tools by specifying the input must be a full profile URL, making its scope unique.

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 clearly states the input condition ('by its full profile URL'), which implies when to use this tool versus people or company search. However, it does not explicitly name alternatives or provide exclusion guidance, so it stops short of full comparative instructions.

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/neuralverge/mcp-server'

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