Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AUTH_SERVER_URL | No | URL pointing to your API key verification endpoint (for authentication) | |
APOLLO_IO_API_KEY | Yes | Your Apollo.io API access token |
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 |
---|---|
people_enrichment | Use the People Enrichment endpoint to enrich data for 1 person |
organization_enrichment | Use the Organization Enrichment endpoint to enrich data for 1 company |
people_search | Use the People Search endpoint to find people |
organization_search | Use the Organization Search endpoint to find organizations |
organization_job_postings | Use the Organization Job Postings endpoint to find job postings for a specific organization |
get_person_email | Get email address for a person using their Apollo ID |
employees_of_company | Find employees of a company using company name or website/LinkedIn URL |