Skip to main content
Glama
MikeCase
by MikeCase

unignore_vulnerability

Reverses the ignored status of a Docker vulnerability using a confirmation token to re-enable alerts.

Instructions

Un-ignore a previously ignored vulnerability. Requires confirmation via confirmation_token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
env_idNo0
ignore_idYes
agent_tokenNo
Behavior2/5

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

With no annotations, description carries full burden. It discloses confirmation requirement, but the mention of 'confirmation_token' does not clearly map to 'agent_token' parameter. No info on destructiveness, rollback, or results. Ambiguous and incomplete.

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

Conciseness4/5

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

Extremely concise single sentence plus requirement note. No redundancy, but could be structured better with parameter context.

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

Completeness2/5

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

Given 3 parameters, no output schema, and no annotations, the description fails to explain how to obtain ignore_id or confirmation token, what the tool returns, or prerequisites. Incomplete for a reversal action.

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

Parameters1/5

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

Schema description coverage is 0%, and description only mentions 'confirmation_token' without explaining any of the three parameters (env_id, ignore_id, agent_token). No added meaning over 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?

Description clearly states the action 'un-ignore a previously ignored vulnerability' with specific verb and resource. It distinguishes from sibling 'ignore_vulnerability' and other tools.

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

Usage Guidelines3/5

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

Mentions requirement for confirmation via token but does not specify when to use (e.g., after listing ignored vulnerabilities) or exclude alternatives. Some guidance implied but insufficient.

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/MikeCase/arcane-mcp'

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