Skip to main content
Glama

Zendesk API MCP Server

update_organization

Modify organization details in Zendesk by updating its name, domain names, tags, notes, or other information using the designated organization ID.

Input Schema

NameRequiredDescriptionDefault
detailsNoUpdated details
domain_namesNoUpdated domain names
idYesOrganization ID to update
nameNoUpdated organization name
notesNoUpdated notes
tagsNoUpdated tags

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "details": { "description": "Updated details", "type": "string" }, "domain_names": { "description": "Updated domain names", "items": { "type": "string" }, "type": "array" }, "id": { "description": "Organization ID to update", "type": "number" }, "name": { "description": "Updated organization name", "type": "string" }, "notes": { "description": "Updated notes", "type": "string" }, "tags": { "description": "Updated tags", "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "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