Skip to main content
Glama

provider_admin_mutate

Destructive

Execute mutating admin operations on provider CLIs, such as adding/removing MCP connections or managing sessions, with approval and audit tracking.

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

TableJSON Schema
NameRequiredDescriptionDefault
providerYesProvider whose admin operation to run
operationIdYesMutating operation id from provider_admin_list, e.g. 'mcp.remove'
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (destructiveHint=true), the description adds critical context: the tool is gated by a configuration flag, requires approval, and is audited. This fully discloses behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loading the core purpose and adding essential gating information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutating gated admin tool, the description covers purpose, usage conditions, behavioral context, and parameter semantics. No output schema exists, but the tool's return is not complex.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers both parameters, but the description enriches operationId with concrete examples (e.g., 'mcp.remove', 'login/logout'). The provider enum is self-explanatory.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Execute' and the resource 'mutating provider CLI admin operation' with examples. It distinguishes from sibling tools like provider_admin_list by highlighting the mutating nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description specifies the condition for use ('Disabled unless [admin] allow_mutating_cli_admin_ops=true') and mentions approval and auditing. However, it does not explicitly contrast with non-mutating alternatives like provider_admin_run.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/verivus-oss/llm-cli-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server