provider_admin_run
Execute a read-only CLI admin operation from the provider's list and get redacted output, while mutating commands are blocked.
Instructions
Execute a READ-ONLY provider CLI admin operation (from provider_admin_list) and return redacted output. Rejects mutating operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider whose admin operation to run | |
| operationId | Yes | Operation id from provider_admin_list, e.g. 'mcp.list' or 'doctor' |