Skip to main content
Glama
SShadowS

Zendesk MCP Server

by SShadowS

update_ticket

Update an existing Zendesk ticket with new subject, status, priority, comment, assignee, tags, or custom fields. Optionally apply a macro to set fields and add a comment.

Instructions

Update an existing ticket. Supports named_custom_fields (e.g. ado_work_item_id, pass null to clear) and raw custom_fields. Pass macro_id to apply a macro's field changes and comment as part of the update — explicit fields you also pass will override the macro's values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTicket ID to update
subjectNoUpdated ticket subject
commentNoNew comment to add
priorityNoUpdated ticket priority
statusNoUpdated ticket status
assignee_idNoUser ID of the new assignee
group_idNoNew group ID for the ticket
typeNoUpdated ticket type
tagsNoUpdated tags for the ticket
macro_idNoMacro ID to apply to this ticket. The macro's field changes and comment are merged into this update; any fields you also pass explicitly override the macro's values.
custom_fieldsNoRaw Zendesk custom_fields entries ({id, value}). Escape hatch for fields not in the named map.
named_custom_fieldsNoNamed custom fields. Keys map to Zendesk custom field ids via src/config/custom-fields.js.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It discloses key behaviors: macro_id merges changes, explicit fields override, and passing null to named_custom_fields clears it. However, it omits side effects (e.g., notifications, permissions) and return value, which limits completeness for a tool with 12 parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences: the first states the purpose, the second explains the custom fields and macro_id. It is front-loaded, concise, and every sentence adds unique information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (12 parameters, nested objects, no output schema), the description covers the critical nuances of custom fields and macro_id. It does not mention the return value or error conditions, but the schema's strong description coverage compensates. Overall, it is mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides descriptions for all 12 parameters (100% coverage). The description adds value beyond the schema by explaining macro_id's merging behavior and that named_custom_fields accepts null to clear. This extra context helps the agent use the parameters correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Update an existing ticket', which is a specific verb+resource. It distinguishes from siblings like create_ticket, delete_ticket, and add_ticket_comment by focusing on the update operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use macro_id versus direct fields, and mentions overriding behavior. However, it does not explicitly state when to use alternatives like add_ticket_comment for comment-only updates, though the context implies the tool is for multi-field updates.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/SShadowS/zendesk-mcp-server'

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