Skip to main content
Glama

Zendesk API MCP Server

update_macro

Update Zendesk macros by modifying their title, description, and actions. Specify the macro ID and provide updated fields to ensure accurate and efficient macro management.

Input Schema

NameRequiredDescriptionDefault
actionsNoUpdated actions
descriptionNoUpdated macro description
idYesMacro ID to update
titleNoUpdated macro title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "actions": { "description": "Updated actions", "items": { "additionalProperties": false, "properties": { "field": { "description": "Field to modify", "type": "string" }, "value": { "description": "Value to set" } }, "required": [ "field" ], "type": "object" }, "type": "array" }, "description": { "description": "Updated macro description", "type": "string" }, "id": { "description": "Macro ID to update", "type": "number" }, "title": { "description": "Updated macro title", "type": "string" } }, "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