create_support_ticket

Create a new support ticket (priority: low, medium, high, urgent).

Server Acme Operations Assistant yesidevelop/simple-mcp-server
Category Write
Risk class Medium
Parameters 00 required

What create_support_ticket does on Acme Operations Assistant

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

Why create_support_ticket needs a policy

This tool creates (writes) a new support ticket record, which is a reversible operation. The sibling tools on this server are all read-only (account_summary, get_customer, get_order, list_customer_orders, list_open_tickets, search_customers), and this is the only write operation observed.

From the tool's definition Tool name 'create_support_ticket' combined with description stating it 'Create[s] a new support ticket' indicates creation of a new record with no deletion or code execution involved.

Questions about create_support_ticket

What does the create_support_ticket tool do? +

Create a new support ticket (priority: low, medium, high, urgent). It is categorised as a Write tool in the Acme Operations Assistant MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on create_support_ticket? +

Register the Acme Operations Assistant MCP server in PolicyLayer and add a rule for create_support_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 Acme Operations Assistant. Nothing to install.

What risk level is create_support_ticket? +

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

Can I rate-limit create_support_ticket? +

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

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

create_support_ticket is provided by the Acme Operations Assistant MCP server (yesidevelop/simple-mcp-server). 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.