Create a new parameter group (database configuration template). Use ccx_list_default_parameters first to see available parameters and their valid values.
AI agents use ccx_create_parameter_group to create or update resources in Severalnines CCX MCP Server — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Severalnines CCX MCP Server environment.
The tool creates (not retrieves) a database configuration template. While reversible (could be deleted), it modifies the control plane state by adding a new parameter group that could affect database behavior when applied via ccx_apply_parameter_group. The severity is high because misapplied parameter groups across clusters could degrade performance or availability, though not directly destructive.
From the tool's definition Tool creates a new parameter group ('Create a new parameter group'), which is a configuration template that modifies database settings. This is a Write operation that creates a new configuration resource.
Attacks that exploit this kind of access
Create a new parameter group (database configuration template). Use ccx_list_default_parameters first to see available parameters and their valid values. It is categorised as a Write tool in the Severalnines CCX MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Severalnines CCX MCP Server MCP server in PolicyLayer and add a rule for ccx_create_parameter_group: 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 Severalnines CCX MCP Server. Nothing to install.
ccx_create_parameter_group is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the ccx_create_parameter_group 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.
Set action: deny in the PolicyLayer policy for ccx_create_parameter_group. 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.
ccx_create_parameter_group is provided by the Severalnines CCX MCP Server MCP server (severalnines/ccx-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the 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 →