Skip to main content
Glama
hidechae

Zendesk Help Center MCP Server

by hidechae

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchArticlesB

Search for articles in Zendesk Help Center

getArticleA

Get details of a specific Zendesk Help Center article by ID

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

searchArticles and getArticle have clearly distinct purposes: one searches across articles, the other retrieves a single article by ID. There is no overlap or ambiguity between the two operations.

Naming Consistency5/5

Both tool names follow the verb_noun pattern in camelCase: searchArticles and getArticle. This is consistent and predictable.

Tool Count3/5

With only 2 tools, the server feels minimal and borderline thin. It covers basic read operations but omits many common Help Center actions, making the scope seem constrained.

Completeness2/5

The server only provides search and get-by-ID, lacking list, create, update, or delete operations for articles. This is a significant gap for a Help Center server, as browsing categories or sections without search is impossible.

Maintenance

ActivityInactive
ResponsivenessNo issues