Skip to main content
Glama
alludium

Harmonic MCP Server

by alludium

harmonic_get_company_employees

Retrieve company employee data with filtering by role and status to identify founders, executives, or former employees for due diligence.

Instructions

Get employees of a company with filtering options.

Input:

  • company_id: Numeric ID or URN

  • employee_group_type: Filter by role (ALL, FOUNDERS_AND_CEO, EXECUTIVES, FOUNDERS, LEADERSHIP, NON_LEADERSHIP, ADVISORS, NON_PARTNERS)

  • employee_status: Filter by status (ACTIVE, NOT_ACTIVE, ACTIVE_AND_NOT_ACTIVE)

Note: Filter values confirmed via API testing. Documentation had incorrect values (EMPLOYEES, CURRENT, PAST do not work).

Returns: Person URNs that you can use with harmonic_get_person to get full details.

Example Response (JSON): { "data": [ { "urn": "urn:harmonic:person:113554", "id": "113554" }, { "urn": "urn:harmonic:person:155348322", "id": "155348322" } ], "count": 72, "hasMore": false }

Common workflows:

  1. Get founders: employee_group_type="FOUNDERS_AND_CEO"

  2. Get leadership: employee_group_type="LEADERSHIP"

  3. Get former employees: employee_status="NOT_ACTIVE"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesCompany ID or URN
sizeNoNumber of employees to return (default: 10, max: 100)
pageNoPage number for pagination (0-indexed)
employee_group_typeNoFilter by employee type: ALL, FOUNDERS_AND_CEO, EXECUTIVES, FOUNDERS, LEADERSHIP, NON_LEADERSHIP, ADVISORS
employee_statusNoFilter by status: ACTIVE, ACTIVE_AND_NOT_ACTIVE, NOT_ACTIVE
response_formatNoOutput format: "json" or "markdown"json

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