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 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| enrich_person | Enrich a person profile with additional data from People Data Labs |
| search_people | Search for people matching specific criteria |
| bulk_person_enrich | Enrich multiple person profiles in a single request |
| enrich_company | Enrich a company profile with additional data |
| search_companies | Search for companies matching specific criteria |
| search_schools | Search for schools matching specific criteria |
| search_locations | Search for locations matching specific criteria |
| search_job_titles | Search for job titles matching specific criteria |
| search_skills | Search for skills matching specific criteria |
| autocomplete | Get autocomplete suggestions for a partial query |