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 |
---|---|
batch_process_email_status | Retrieves status of batch email processing job. |
queued_process | Lists all queued email batch processing jobs. |
get_credits | Retrieves the number of remaining credits for the authenticated user. |
new_api_key | Generates and returns a new API key for the user. |
real_time_email_verification | Verifies a single email address using the Revenuebase API. |
batch_email_submission | Submits a file reference for batch email processing using the Revenuebase API. |
cancel_process | Cancels an ongoing or queued batch email processing job using the Revenuebase API. |