Skip to main content
Glama

AxioRank: Zero-Trust for AI Agents

Quarantine or release an agent

axiorank_quarantine_agent
DestructiveIdempotent

Reversible kill switch: quarantine an agent so the gateway DENIES all of its tool calls, or release it. Set quarantine: false to restore. Requires the agents:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYesThe agent's UUID (from axiorank_list_agents).
quarantineYestrue = quarantine (deny all its calls); false = release.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Discloses that quarantine denies all tool calls and that the action is reversible. Adds context beyond annotations (which mark destructive=true, idempotent=true) by specifying the gateway behavior and restore mechanism.

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?

Two sentences, front-loaded with the key metaphor and effect. Every word earns its place; no fluff.

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?

Given simple params, no output schema, the description fully covers what the tool does, how to use it, and prerequisites. An agent can select and invoke correctly without ambiguity.

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?

Schema coverage is 100% with descriptions, but the description adds 'Set quarantine: false to restore' and connects agentId to the list_agents tool, providing practical guidance beyond the schema.

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?

Clearly states the verb (quarantine/release) and resource (agent), with a concise metaphor 'Reversible kill switch'. Distinguishes from siblings like revoke_agent by emphasizing reversibility.

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?

Explicitly mentions required scope ('agents:write'), implying the tool should be used when you need to temporarily block an agent's calls. Lacks explicit contrast with revoke_agent, but context is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources