provider_admin_mutate
Execute provider CLI admin changes such as managing MCP servers, logins, plugins, and sessions. Every mutation is routed through approval and auditing for controlled, tracked administration.
Instructions
Execute a MUTATING provider CLI admin operation (mcp add/remove, login/logout, plugin install/remove, session delete/archive, ...). Disabled unless [admin] allow_mutating_cli_admin_ops=true; routed through approval and audited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider whose admin operation to run | |
| operationId | Yes | Mutating operation id from provider_admin_list, e.g. 'mcp.remove' |