Skip to main content
Glama
mattcoatsworth

Zendesk API MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENDESK_EMAILYesYour Zendesk email address
ZENDESK_API_TOKENYesYour Zendesk API token
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": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_ticketsD
get_ticketD
create_ticketD
update_ticketD
delete_ticketD
list_usersD
get_userD
create_userD
update_userD
delete_userD
list_organizationsD
get_organizationD
create_organizationD
update_organizationD
delete_organizationD
list_groupsD
get_groupD
create_groupD
update_groupD
delete_groupD
list_macrosD
get_macroD
create_macroD
update_macroD
delete_macroD
list_viewsD
get_viewD
create_viewD
update_viewD
delete_viewD
list_triggersD
get_triggerD
create_triggerD
update_triggerD
delete_triggerD
list_automationsD
get_automationD
create_automationD
update_automationD
delete_automationD
searchD
list_articlesD
get_articleD
create_articleD
update_articleD
delete_articleD
support_infoD
get_talk_statsD
list_chatsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.9/5.0

Scored across 49 tools

Disambiguation5/5

Each tool targets a distinct resource and action, with no overlap. The pattern of resource-specific CRUD operations (e.g., create_article vs. delete_article) clearly separates concerns.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., create_article, get_article, list_articles). Minor pluralization for list operations is a standard and predictable convention.

Tool Count2/5

With 49 tools, the server is over-scoped. While Zendesk is complex, this many tools (25+) makes it difficult for agents to navigate and is considered excessive per the rubric.

Completeness4/5

The tool set provides full CRUD for 9 major resources plus extras like search and talk_stats. Only minor gaps exist (e.g., no get for chat or update for talk_stats), but core workflows are covered.

Maintenance

ActivityInactive
ResponsivenessNo issues