Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ZENDESK_EMAIL | Yes | Your Zendesk email address | |
ZENDESK_TOKEN | Yes | Your Zendesk API token | |
ZENDESK_SUBDOMAIN | Yes | Your Zendesk subdomain |
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 |
---|---|
zendesk_get_ticket | Get a Zendesk ticket by ID |
zendesk_update_ticket | Update a Zendesk ticket's properties |
zendesk_create_ticket | Create a new Zendesk ticket |
zendesk_add_private_note | Add a private internal note to a Zendesk ticket |
zendesk_add_public_note | Add a public comment to a Zendesk ticket |
zendesk_search | Search for Zendesk tickets based on a query |
zendesk_get_ticket_details | Get detailed information about a Zendesk ticket including comments |