Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_get_release_group_release

Read-only

Retrieve a release from a FOSSA release group with its license, obligation, revision, scan, and issue-count rollups. Choose sections to minimize API requests.

Instructions

Get one release inside a FOSSA release group, and any of its rolled-up license, obligation, revision, scan, and issue-count views.

Read-only. Sections: "release" is the release and its pinned projects, "summary" is the issue, project, and dependency counts, "licenses" and "obligations" are the license rollups keyed by license id, "revisions" is the revisions in the release, "scans" is the release scan history. Defaults to "release" and "summary". Each section costs one FOSSA request, so ask only for what is needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionsNo
release_idYes
release_group_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description reinforces read-only. Beyond annotations, it discloses the section mechanics, defaults to 'release' and 'summary', and warns that each section costs one FOSSA request—valuable behavioral insight that helps the agent avoid excessive API usage.

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 well-structured. It front-loads the purpose, explicitly states read-only, explains sections in a scannable list, and adds a cost warning—all in under 80 words with no redundant sentences.

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?

Despite the tool's moderate complexity with multiple optional sections, the description covers the section types, defaults, cost behavior, and read-only nature. Since an output schema exists, return formats are already documented, making this description 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.

Parameters4/5

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

Schema description coverage is 0%, but the description thoroughly explains the 'sections' parameter by defining each enum value and the default behavior. The two ID parameters (release_group_id, release_id) are self-explanatory by name, so the description compensates adequately.

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 starts with a specific verb and resource: 'Get one release inside a FOSSA release group' and lists the available rolled-up views. This clearly distinguishes it from sibling tools like fossa_list_release_group_releases (which returns multiple releases) and fossa_get_release_group (which fetches the group itself).

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 usage context: it is read-only, targets a single release, and includes specific guidance on selecting sections based on need, warning that each section costs an additional request. It does not explicitly name alternative tools or exclusions, but the scope is evident from the description and tool name.

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