Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_get_release_group_attribution_report

Read-only

Generate a release group attribution or SBOM report synchronously for a given release. Choose from formats like Markdown, CSV, or SPDX to inspect dependencies, licenses, and vulnerabilities.

Instructions

Generate and return an attribution or SBOM report for one release in a FOSSA release group, synchronously.

Read-only. The report is streamed back rather than queued, and the portal publishing switch this endpoint also offers is deliberately not exposed here because publishing is a write; use fossa_queue_release_group_attribution_report for that. PDF is not offered because the response is decoded as text. exclude_package_labels drops every dependency carrying any of the named package labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoMD
previewNo
release_idYes
release_titleNo
release_group_idYes
release_group_urlNo
release_group_titleNo
include_file_matchesNo
include_license_listNo
include_license_scanNo
exclude_package_labelsNo
include_copyright_listNo
include_package_labelsNo
dependency_info_optionsNo
include_license_headersNo
include_project_licenseNo
include_deep_dependenciesNo
include_dependency_summaryNo
include_fossa_dependenciesNo
include_direct_dependenciesNo
include_open_vulnerabilitiesNo
include_closed_vulnerabilitiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds meaningful behavioral context: the report is 'streamed back rather than queued,' the portal publishing switch is deliberately not exposed, and PDF is unavailable due to text decoding. It also explains the effect of exclude_package_labels, giving the agent important operational knowledge.

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 compact and front-loaded with the core purpose. Each sentence earns its place: synchronous generation, read-only nature, streaming behavior, publishing exclusion with an explicit alternative, PDF limitation, and one key parameter explanation. There is no filler.

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?

Given the tool's complexity (22 parameters, output schema present, annotations present), the description covers the main decision points: synchronous vs. queued, read-only, publishing excluded, PDF unavailable, and one parameter's filtering semantics. The output schema and readOnlyHint cover return shape and safety, but many parameters remain semantically unexplained, so it is not a 5.

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?

Schema description coverage is 0%, so the description must compensate for 22 parameters. Only exclude_package_labels is semantically explained ('drops every dependency carrying any of the named package labels'). The remaining parameters—such as format, preview, dependency_info_options, and the many include_* flags—are left to their names/enums without additional meaning, which is insufficient for a low-coverage schema.

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 opens with a specific verb and resource: 'Generate and return an attribution or SBOM report for one release in a FOSSA release group, synchronously.' It clearly scopes the tool to a single release within a release group and distinguishes it from the queued sibling by explicitly naming fossa_queue_release_group_attribution_report for the publish/write path.

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

Usage Guidelines5/5

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

The description gives explicit when-not-to-use guidance: publishing is a write, so users should use fossa_queue_release_group_attribution_report instead, and PDF is not offered because the response is decoded as text. It also frames this tool as the synchronous, read-only option, which is clear practical guidance for selection.

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