Skip to main content
Glama

Find LinkedIn Email

find_linkedin_email
Read-onlyIdempotent

Find a verified email from a LinkedIn profile URL. Uses Potarix Enricher API credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkedin_urlYesLinkedIn profile URL.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond annotations by disclosing that the tool uses Potarix Enricher API credits, implying a cost per call. This is a meaningful additional trait not covered by the annotations.

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 concise sentence that front-loads the core purpose and adds the important credit usage note without any wasted words. Every element earns its place.

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?

For a simple tool with one well-documented parameter and strong annotations, the description is complete. It explains what the tool does, what input it expects, and a key constraint (credit usage). No output schema is needed since the purpose ('find a verified email') implies the return value.

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 clear description for the only parameter (linkedin_url) with 100% coverage, so the schema carries the full semantic weight. The tool description merely repeats 'LinkedIn profile URL' without adding extra meaning, so a baseline score of 3 is appropriate.

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 function: find a verified email from a LinkedIn profile URL. This specific verb+resource combination distinguishes it from sibling tools like find_company_emails or find_person_email, which target different input types or sources.

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 provides clear context for when to use the tool: when you have a LinkedIn profile URL and need a verified email. It also adds a cost-related guideline by mentioning the use of Potarix Enricher API credits, though it does not explicitly exclude alternatives or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

The find_* tools all relate to email discovery but differ by input (domain, LinkedIn URL, person+company), and the descriptions clarify these distinctions. However, find_all overlaps with several individual tools, and find_company_emails vs find_decision_maker_email could cause slight confusion despite their specific purposes.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (check_balance, find_company_emails, lookup_company_website, etc.). Even the more generic find_all fits the pattern. No mixed conventions or inconsistent casing.

Tool Count5/5

With 9 tools, the set is well-scoped for an email enrichment service with billing support. It covers core enrichment operations and account management without unnecessary bloat.

Completeness4/5

The domain is well covered: website lookup, various email finding methods, and a combined find_all. Billing is handled with balance, checkout, and top-up. A minor gap is lack of API key management (only count is shown), but it doesn't cause dead ends.