Skip to main content
Glama
higakikeita

remedify

by higakikeita

generate_remediation_plan

Generates a deterministic remediation plan from vulnerability scan data (Trivy, Grype, Sysdig) with per-distro fix commands, reboot hints, and package rebuild instructions.

Instructions

Turn vulnerability scan results into a deterministic, actionable remediation plan: per-distro fix commands (apt/yum/dnf/apk/zypper), vendor-backport explanations, reboot/service-restart hints, language-package (Java/npm/Go/...) rebuild instructions, and a 'no fix available' section. Accepts Trivy JSON, Grype JSON, Sysdig scan-result JSON, or Sysdig report CSV (auto-detected).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
osNoOS override like 'ubuntu:22.04' (for CSVs without an OS column).
formatNoOutput format (default markdown).
scan_pathNoPath to a scan file (alternative to scan_content). Disabled unless the server sets REMEDIFY_MCP_ALLOWED_DIR; only files inside that directory can be read. Prefer scan_content.
min_severityNoOnly include fixes at or above this severity.
scan_contentNoRaw scan file content (JSON or CSV).
Behavior4/5

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

No annotations provided, so the description carries the burden. It discloses that scan_path is disabled unless a server directory permission is set, and that auto-detection of input format occurs. It does not mention whether the tool is read-only or if it modifies any state, but the generative nature (producing a plan) implies no side effects. The transparency is good but could be improved by explicitly stating read-only behavior.

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 a single, dense sentence that packs significant detail. While concise, it could be restructured into multiple sentences for better readability. It front-loads the core action and output components effectively.

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?

The description covers input formats (with examples), output structure, and important constraints (file path security). Even without an output schema, it provides a thorough list of what the plan contains. Given the tool's moderate complexity and no output schema, the description is remarkably complete.

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?

All five parameters are described in the schema (100% coverage). The tool description adds value by explaining the interplay between scan_content and scan_path, the purpose of OS override for CSVs, and the default output format (markdown). This goes beyond the schema descriptions, enhancing the agent's understanding.

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 tool's purpose: converting vulnerability scan results into a deterministic remediation plan. It specifies the input formats (Trivy, Grype, Sysdig JSON/CSV) and output components (fix commands, vendor-backport explanations, reboot hints, etc.). The verb 'turn...into' and the detailed output list make the function unambiguous.

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?

The description lacks explicit when-to-use or when-not-to-use guidance. It does not compare with the sibling tool 'fetch_sysdig_plan', leaving the agent to infer differences. However, it does mention auto-detection of input formats and a preference for scan_content over scan_path, which provides some usage context.

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/higakikeita/remedify'

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