Skip to main content
Glama

Zendesk API MCP Server

search

Find and retrieve relevant data from Zendesk API by specifying a search query, sorting criteria, and pagination options for efficient results management.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination
per_pageNoNumber of results per page (max 100)
queryYesSearch query string
sort_byNoField to sort by
sort_orderNoSort order (asc or desc)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number for pagination", "type": "number" }, "per_page": { "description": "Number of results per page (max 100)", "type": "number" }, "query": { "description": "Search query string", "type": "string" }, "sort_by": { "description": "Field to sort by", "type": "string" }, "sort_order": { "description": "Sort order (asc or desc)", "enum": [ "asc", "desc" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JurreBrandsenInfoSupport/zendesk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server