Skip to main content
Glama
wyre-technology

avanan-mcp

hec_quarantine_events

DestructiveIdempotent

Quarantine one or more security events by event ID, blocking user access. Reversible via restore. Returns task IDs to track progress.

Instructions

⚠ HIGH-IMPACT. Quarantine one or more security events by event ID. Quarantining is reversible via restore but affects user access to events. Returns task IDs to track progress. Confirm with the user before invoking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventIdsYesList of event IDs to quarantine
Behavior5/5

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

Discloses high-impact nature, reversibility via restore, effect on user access, and task ID tracking. Adds significant value beyond annotations (destructiveHint=true) without contradiction.

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?

Extremely concise with two sentences, front-loading critical warnings and key behaviors. No wasted words.

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?

Fully covers the tool's operation: what it does, consequences, reversibility, and follow-up tracking. Adequate for a simple tool with one parameter and no output schema.

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

Parameters3/5

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

Schema covers 100% of parameters with descriptions. The description does not add extra meaning beyond 'by event ID' and 'one or more' which is already implied by minItems=1.

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 action 'quarantine' on 'security events' by event ID. Differentiates from sibling tools like hec_quarantine_emails (different resource) and hec_restore_events (reverse operation).

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 instructs to confirm with the user before invoking, indicating high-impact context. Mentions reversibility but does not explicitly state when not to use or list alternatives.

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/wyre-technology/avanan-mcp'

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