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 |
---|---|
verify_email_send | verify an email using trykitt.
Args:
email: The email address to verify
custom_data: Optional custom data to associate with the request |
find_email | Find an email address for a person.
Args:
full_name: The full name of the person
domain: The company domain or website
linkedin_url: Optional LinkedIn profile URL
custom_data: Optional custom data to associate with the request |
get_job_status | Get the status of a job.
Args:
job_id: The ID of the job to check |
list_jobs | List jobs |