Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENDESK_EMAILYesYour Zendesk email address
ZENDESK_API_KEYYesYour Zendesk API key
ZENDESK_SUBDOMAINYesYour Zendesk subdomain

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_ticketC

Retrieve a Zendesk ticket by its ID

create_ticketC

Create a new Zendesk ticket

get_ticketsB

Fetch the latest tickets with pagination support

get_ticket_commentsB

Retrieve all comments for a Zendesk ticket by its ID

create_ticket_commentC

Create a new comment on an existing Zendesk ticket

update_ticketC

Update fields on an existing Zendesk ticket (e.g., status, priority, assignee_id)

search_ticketsC

Search Zendesk tickets using query syntax. Supports text search, filters, custom fields, and date ranges.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-ticketAnalyze a Zendesk ticket and provide insights
draft-ticket-responseDraft a professional response to a Zendesk ticket

Resources

Contextual data attached and managed by the client

NameDescription
Zendesk Knowledge BaseAccess to Zendesk Help Center articles and sections

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific Zendesk operations with no overlap. For example, create_ticket vs. update_ticket, get_ticket vs. get_tickets vs. search_tickets, and create_ticket_comment vs. get_ticket_comments are all well-differentiated by their action and resource focus.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case, such as create_ticket, get_ticket, and update_ticket. The naming is predictable and uniform across all seven tools, making them easy to identify and use.

Tool Count5/5

With 7 tools, the server is well-scoped for managing Zendesk tickets, covering core operations like creation, retrieval, updating, and commenting. Each tool earns its place without being overly sparse or bloated, fitting typical use cases effectively.

Completeness4/5

The tool set provides strong coverage for ticket lifecycle management, including create, read, update, and search operations, plus comment handling. A minor gap exists in missing delete_ticket or ticket deletion capabilities, but agents can still handle most workflows without critical failures.

Maintenance

ActivityInactive
ResponsivenessNo issues