Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_render_revision_attribution

Read-only

Generate a rendered attribution report for a specific revision, with configurable format and content options. Use variant to switch between stream, preview, or full output.

Instructions

Generate a revision's attribution report and return the rendered document.

variant="stream" is the general report endpoint, "preview" renders it inline, and "full" turns on every report option server-side and therefore accepts no options here. For the plain file download use fossa_get_attribution_report.

PDF is not offered: the document is returned as text and a PDF does not survive that. Output is capped at FOSSA_REPORT_MAX_CHARS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoMD
variantNostream
project_locatorYes
revision_locatorYes
include_file_matchesNo
include_license_listNo
include_license_scanNo
exclude_package_labelsNo
include_copyright_listNo
include_package_labelsNo
include_license_headersNo
include_project_licenseNo
include_deep_dependenciesNo
include_dependency_summaryNo
include_direct_dependenciesNo
include_open_vulnerabilitiesNo
include_hash_and_version_dataNo
include_closed_vulnerabilitiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses that PDF is not offered, output is capped at FOSSA_REPORT_MAX_CHARS, and the 'full' variant enables all report options server-side. These details provide meaningful operational context beyond the readOnlyHint and openWorldHint annotations.

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 three sentences, front-loaded with the main action followed by essential caveats. Every sentence contributes substantive value without redundancy.

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?

The description covers the core behavior, variant semantics, output format limitation, output cap, and an alternative tool. Given the complexity of 18 parameters, it does not enumerate every boolean option, but the schema provides clear titles and defaults, making this sufficiently complete for an agent to invoke the tool correctly.

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

Parameters3/5

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

The description clarifies the semantics of the 'variant' parameter, explaining that 'full' accepts no options here and 'preview' renders inline. However, with 18 parameters and 0% schema description coverage, the description only compensates for a small fraction; the remaining 17 parameters rely on their self-explanatory title/default values.

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 function: generate a revision's attribution report and return the rendered document. It also distinguishes the tool from the sibling fossa_get_attribution_report by noting that tool is for plain file download, making the purpose unmistakable.

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?

Explicitly names fossa_get_attribution_report as an alternative for plain file download, and explains the three variant behaviors (stream, preview, full). This gives the agent clear guidance on when to use this tool vs alternatives, though it does not mention other related sibling tools like fossa_get_revision_attribution_json.

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