Skip to main content
Glama

Blast Radius Analysis

blast_radius
Read-onlyIdempotent

Map the attack chain of a specific CVE across your AI agent infrastructure. Identifies affected packages, MCP servers, agents, and exposed credentials and tools.

Instructions

Look up the blast radius of a specific CVE across your AI agent setup.

    Scans local MCP configurations, finds the specified CVE, and returns
    the full attack chain: which packages are affected, which MCP servers
    use those packages, which agents connect to those servers, and what
    credentials and tools are exposed.

    Args:
        cve_id: The CVE identifier (e.g. "CVE-2024-1234" or "GHSA-xxxx").

    Returns:
        JSON with blast radius details including risk_score,
        affected_servers, affected_agents, exposed_credentials, and
        exposed_tools. Returns found=false if CVE not found.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cve_idYesCVE identifier to look up, e.g. 'CVE-2024-1234' or 'GHSA-xxxx'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate read-only, non-destructive, idempotent, and open-world behavior. The description adds valuable context: it returns 'found=false' if the CVE is not found, and lists the JSON fields (risk_score, affected_servers, etc.). This goes beyond annotations 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.

Conciseness4/5

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

The description is front-loaded with the main purpose and then provides details on scanning and return values. It is reasonably concise, though the return format could be integrated into the first paragraph to be even tighter.

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 tool with one parameter and an output schema (not shown but mentioned), the description is highly complete. It covers how the CVE is used, what scanning does, and the structure of the return value including error handling. No gaps remain.

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 single parameter 'cve_id' is well-described in the schema. The description adds concrete examples like 'CVE-2024-1234' or 'GHSA-xxxx', which improves usability. With 100% schema coverage, baseline is 3, but the extra examples justify a 4.

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 that the tool looks up the blast radius of a specific CVE across AI agent setups, scanning MCP configurations and returning the full attack chain. This distinguishes it from sibling tools like 'scan' or 'inventory', which are more general.

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 explains that the tool scans local MCP configurations for a given CVE and returns the attack chain, implying its use is for security impact analysis. While it does not explicitly state when not to use it or list alternatives, the context is clear given the sibling tools.

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/msaad00/agent-bom'

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