Skip to main content
Glama

Zendesk API MCP Server

create_organization

Create a new organization in Zendesk by specifying its name, domain names, details, notes, and tags. Facilitates efficient management of organizational data within the Zendesk API MCP Server.

Input Schema

NameRequiredDescriptionDefault
detailsNoDetails about the organization
domain_namesNoDomain names for the organization
nameYesOrganization name
notesNoNotes about the organization
tagsNoTags for the organization

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "details": { "description": "Details about the organization", "type": "string" }, "domain_names": { "description": "Domain names for the organization", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Organization name", "type": "string" }, "notes": { "description": "Notes about the organization", "type": "string" }, "tags": { "description": "Tags for the organization", "items": { "type": "string" }, "type": "array" } }, "required": [ "name" ], "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