Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| domain_search | Return the top 10 emails on a given domain. |
| email_verifier | Return the validity of a given email address. |
| email_finder | Return the most likely email address for a given domain and full name. |
| enrich_email | Return all the information associated with an email address, such as a person's name, location and social handles. |
| enrich_company | Return all the information associated with a domain, such as the industry, the description, or headquarters' location. |
| create_lead | Create a lead in user's account. |