prioritize_incident

Re-run AI triage on an existing ticket with optional new context. Updates priority and upserts ai_analysis if confidence >= 60%.

Server Vidal Helpdesk vidal-renao/vidal-helpdesk-mcp
Category Write
Risk class Medium
Parameters 00 required

What prioritize_incident does on Vidal Helpdesk

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

Why prioritize_incident needs a policy

The tool modifies existing ticket data by updating priority and upserting AI analysis fields. These changes are reversible (priority can be changed again, analysis can be re-run), so Write is the appropriate category rather than Destructive. Severity is medium because miscategorized priorities could misdirect support resources or delay critical incidents.

From the tool's definition Updates priority and upserts ai_analysis if confidence >= 60%

Questions about prioritize_incident

What does the prioritize_incident tool do? +

Re-run AI triage on an existing ticket with optional new context. Updates priority and upserts ai_analysis if confidence >= 60%. It is categorised as a Write tool in the Vidal Helpdesk MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on prioritize_incident? +

Register the Vidal Helpdesk MCP server in PolicyLayer and add a rule for prioritize_incident: 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 Vidal Helpdesk. Nothing to install.

What risk level is prioritize_incident? +

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

Can I rate-limit prioritize_incident? +

Yes. Add a rate_limit block to the prioritize_incident 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 prioritize_incident completely? +

Set action: deny in the PolicyLayer policy for prioritize_incident. 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 prioritize_incident? +

prioritize_incident is provided by the Vidal Helpdesk MCP server (vidal-renao/vidal-helpdesk-mcp). 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.