patch_ticket

Partially update a ticket — only the fields you provide are changed. Ideal for changing status, reassigning, updating priority, etc.

Server Pearlog mcp-server-pearlog
Category Write
Risk class Medium
Parameters 101 required

What patch_ticket does on Pearlog

AI agents use patch_ticket to create or update resources in Pearlog — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Pearlog environment.

ParameterTypeRequiredDescription
id number Yes Ticket ID (required).
tags string New comma-separated tags.
type string New ticket type.
status number New status ID (moves ticket to a different kanban column). Use get_status_labels to see options.
userId number Assign to this user ID. Use list_users to find IDs. Set to 0 to unassign.
headline string New ticket title.
priority number New priority: 0=none, 1=low, 2=medium, 3=high.
planHours number New estimated hours.
description string New description.
dateToFinish string New due date in YYYY-MM-DD format.

Parameters from the server's own tool schema.

Why patch_ticket needs a policy

The tool modifies ticket properties in a controlled, non-destructive manner. While the sibling delete_ticket is Destructive, patch_ticket only performs partial updates that can be undone (e.g., status can be changed back, reassignments reversed, priority adjusted again). This is a classic Write operation.

From the tool's definition Tool description states 'Partially update a ticket' and explicitly mentions changing status, reassigning, and updating priority — all reversible modifications to existing data.

Risk signalsHigh parameter count (10 properties)

Questions about patch_ticket

What does the patch_ticket tool do? +

Partially update a ticket — only the fields you provide are changed. Ideal for changing status, reassigning, updating priority, etc. It is categorised as a Write tool in the Pearlog MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does patch_ticket accept? +

patch_ticket accepts 10 parameters: id, tags, type, status, userId, headline, priority, planHours, description, dateToFinish. Required: id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on patch_ticket? +

Register the Pearlog MCP server in PolicyLayer and add a rule for patch_ticket: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Pearlog. Nothing to install.

What risk level is patch_ticket? +

patch_ticket is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit patch_ticket? +

Yes. Add a rate_limit block to the patch_ticket rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block patch_ticket completely? +

Set action: deny in the PolicyLayer policy for patch_ticket. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides patch_ticket? +

patch_ticket is provided by the Pearlog MCP server (mcp-server-pearlog). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.