Skip to main content
Glama

Zendesk API MCP Server

update_view

Modify Zendesk view details, including title, description, and filtering conditions, to streamline ticket management workflows using the Zendesk API MCP Server.

Input Schema

NameRequiredDescriptionDefault
conditionsNoUpdated conditions
descriptionNoUpdated view description
idYesView ID to update
titleNoUpdated view title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "conditions": { "additionalProperties": false, "description": "Updated conditions", "properties": { "all": { "items": { "additionalProperties": false, "properties": { "field": { "description": "Field to filter on", "type": "string" }, "operator": { "description": "Operator for comparison", "type": "string" }, "value": { "description": "Value to compare against" } }, "required": [ "field", "operator" ], "type": "object" }, "type": "array" }, "any": { "items": { "additionalProperties": false, "properties": { "field": { "description": "Field to filter on", "type": "string" }, "operator": { "description": "Operator for comparison", "type": "string" }, "value": { "description": "Value to compare against" } }, "required": [ "field", "operator" ], "type": "object" }, "type": "array" } }, "type": "object" }, "description": { "description": "Updated view description", "type": "string" }, "id": { "description": "View ID to update", "type": "number" }, "title": { "description": "Updated view 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