Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_get_revision_remediation_guidance

Read-only

Fetch a prioritized fix plan for a project revision, including quick wins, high-priority issues, and outdated dependencies to guide remediation.

Instructions

Return FOSSA's remediation guidance report for a revision.

The report is the ranked fix plan: quick wins, high and low priority work, and outdated dependencies.

Requires a Premium subscription with Security enabled; other organizations get a 403. The endpoint also offers PDF and zip-bundle output, which this tool does not request because neither survives being returned as text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoJSON
include_malwareNo
project_locatorYes
revision_locatorYes
exclude_quick_winsNo
exclude_low_priorityNo
exclude_high_priorityNo
exclude_outdated_dependenciesNo
deduplicate_outdated_dependenciesNo
include_transitive_vulnerabilitiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description adds significant behavioral context beyond the annotations: the Premium subscription requirement with 403 behavior, and why PDF/zip outputs are not requested (they don't survive as text). These details help the agent anticipate errors and understand the tool's limitations.

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?

The description is concise and front-loaded: the first sentence states the core purpose, and subsequent sentences add essential context (report content, prerequisite, output limitation). Every sentence earned its place with no fluff.

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

Completeness4/5

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

With annotations, an output schema, and a clear high-level description, the tool is fairly complete. It explains the report's purpose and prerequisites. The main gap is lack of parameter explanation, but given the self-titled schema properties and defaults, the description suffices for an agent to decide on invocation.

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 coverage is 0% and the description does not explain any of the 10 parameters. It doesn't clarify what project_locator or revision_locator mean, nor the effect of boolean flags like exclude_quick_wins. The description completely fails to compensate for the lack of schema descriptions.

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 'Return FOSSA's remediation guidance report for a revision' and explains the report content ('ranked fix plan: quick wins, high and low priority work, and outdated dependencies'). This specific verb+resource combination distinguishes it from sibling tools like fossa_get_vulnerability_remediation.

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 provides clear context for when to use the tool, including a prerequisite ('Requires a Premium subscription with Security enabled') and a when-not-to-use condition ('other organizations get a 403'). It does not explicitly name alternatives, but the context is sufficient for most agents.

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/darthzen/fossa-mcp'

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