People Data Labs MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PDL_API_KEY | Yes | Your People Data Labs API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| enrich_personC | Enrich a person profile with additional data from People Data Labs |
| search_peopleC | Search for people matching specific criteria |
| bulk_person_enrichC | Enrich multiple person profiles in a single request |
| enrich_companyC | Enrich a company profile with additional data |
| search_companiesC | Search for companies matching specific criteria |
| search_schoolsC | Search for schools matching specific criteria |
| search_locationsC | Search for locations matching specific criteria |
| search_job_titlesC | Search for job titles matching specific criteria |
| search_skillsC | Search for skills matching specific criteria |
| autocompleteB | Get autocomplete suggestions for a partial query |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose with no ambiguity. The tools are organized around specific resources (person, company, job titles, locations, schools, skills) and actions (enrich, search, autocomplete, bulk), making it easy for an agent to select the right tool for each task without confusion.
All tool names follow a consistent verb_noun pattern using snake_case. The verbs are clear and appropriate (enrich, search, autocomplete, bulk_person_enrich), and nouns specify the target resource, creating a predictable and readable naming convention throughout the set.
With 10 tools, this server is well-scoped for its purpose of data enrichment and search. Each tool earns its place by covering distinct aspects of the People Data Labs domain, such as enriching person/company profiles and searching across various entities, without being overly sparse or bloated.
The tool set provides complete coverage for the domain of data enrichment and search. It includes enrichment for both person and company profiles, bulk operations for efficiency, and comprehensive search capabilities across multiple entities (people, companies, job titles, locations, schools, skills), with no obvious gaps that would hinder agent workflows.