Skip to main content
Glama
alludium

Harmonic MCP Server

by alludium

Lookup Person

harmonic_lookup_person
Read-onlyIdempotent

Retrieve detailed professional profiles using LinkedIn URLs to access work history, education, contact information, and social links for research and outreach purposes.

Instructions

Look up a person by their LinkedIn URL. This is a READ operation (does not create data).

What it does: Finds and enriches a person's profile by their LinkedIn URL. Returns full profile including work history, education, contact info, and social links.

Input:

  • linkedin_url: Full LinkedIn profile URL (e.g., "https://linkedin.com/in/username")

Returns: { "id": 161780079, "entity_urn": "urn:harmonic:person:161780079", "full_name": "Max Ruderman", "contact": { "emails": ["max@harmonic.ai"], "primary_email": "max@harmonic.ai" }, "location": { "city": "New York", "state": "New York", "country": "United States" }, "education": [ { "school": { "name": "Cornell University" }, "degree": "Bachelor of Science (B.S.)", "field": "Labor and Industrial Relations" } ], "experience": [ { "title": "Chief Executive Officer", "company": "urn:harmonic:company:1", "company_name": "Harmonic", "is_current_position": true, "start_date": "2022-07-01T00:00:00Z" } ] }

HTTP 404 Note: If person not found, Harmonic may trigger background enrichment. Try again later.

Use cases:

  • Research a founder or executive before a meeting

  • Find contact information for outreach

  • Verify a person's current role and company

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkedin_urlYesLinkedIn profile URL (e.g., "https://linkedin.com/in/username")
response_formatNoOutput format: "json" or "markdown"json
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds valuable behavioral context beyond annotations: it clarifies this is a 'READ operation (does not create data)', explains the HTTP 404 behavior (may trigger background enrichment with retry advice), and details the enrichment process and return data structure, enhancing the agent's understanding.

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 clear sections (What it does, Input, Returns, HTTP 404 Note, Use cases), making it easy to parse. It is appropriately sized with no redundant information, though the detailed JSON example in 'Returns' could be slightly verbose; every sentence adds value, such as the enrichment and retry advice.

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 (enrichment with potential background processes), rich annotations, and lack of output schema, the description is highly complete. It covers purpose, usage, behavioral traits (like 404 handling), parameter details, and example output, providing all necessary context for an agent to invoke the tool correctly without needing an output schema.

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?

Schema description coverage is 100%, with both parameters (linkedin_url and response_format) well-documented in the schema. The description adds minimal value beyond the schema: it provides an example URL format for linkedin_url and lists return fields, but does not explain parameter interactions or usage nuances. Baseline 3 is appropriate given the schema's comprehensive 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 specific action ('Look up a person by their LinkedIn URL') and resource ('person's profile'), distinguishing it from sibling tools like harmonic_get_person or harmonic_search_typeahead. It explicitly mentions enrichment and the type of data returned (work history, education, contact info, social links), providing a comprehensive understanding of its function.

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 includes a 'Use cases' section with specific scenarios (research before meetings, contact info for outreach, verifying roles), which provides clear context for when to use this tool. However, it does not explicitly state when NOT to use it or name alternatives (e.g., harmonic_get_person for non-LinkedIn-based lookups), missing full sibling differentiation.

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

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