Skip to main content
Glama

owasp_fix_vulnerabilities

Remediate OWASP Top 10 vulnerabilities in your project by specifying the directory and vulnerability category to apply targeted fixes.

Instructions

Apply fixes for specific OWASP vulnerabilities found in the codebase

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
categoryYesOWASP category to fix
directoryYesProject directory
Behavior2/5

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

With no annotations, the description is the only place to disclose that this likely modifies source code. It only says 'apply fixes' and never states whether files are rewritten, whether changes are reversible, whether a git branch or commit is created, or whether confirmation is needed.

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 one short sentence with no filler, making it easy to parse. It is concise but lacks structure or elaboration, so it does not fully earn top marks.

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?

For a security fixer that likely mutates code, the complete lack of annotations, output schema, workflow context, and side-effect disclosure makes this under-specified. An agent cannot tell what will happen after invocation or how to verify success.

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

Parameters2/5

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

The description adds no parameter-level meaning. The schema documents directory and category, but api_key is entirely unexplained, and the A01-A10 enum values are not mapped to actual OWASP vulnerability classes, so an agent may not know what each category targets.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear action (apply fixes) and target (OWASP vulnerabilities found in the codebase), which distinguishes it from sibling scan and report tools. It is still somewhat generic and does not mention the OWASP Top 10 categories exposed in the schema, but an agent can tell this is the fixer.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus owasp_scan_top10 or owasp_generate_report, and no prerequisite workflow is mentioned. The agent must infer that fixes should follow a scan or report.

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/barnburner121/claude-plugin-marketplace'

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