Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_create_release_group

Create a FOSSA release group and its initial release in one call, bundling specified projects under a group title for organized tracking.

Instructions

Create a FOSSA release group together with its first release.

WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.

FOSSA has no empty release group, so the first release and its projects are part of the same call. Each entry in projects is an object with the keys projectId (a FOSSA project locator such as git+github.com/acme/widget), and optionally branch and revisionId. The call fails if the organization is already at its release group limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
projectsYes
team_idsNo
release_titleYes
public_on_portalNo
quality_policy_idNo
security_policy_idNo
licensing_policy_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses the FOSSA_ALLOW_WRITES=true requirement and the failure condition at release group limits. It also clarifies that the first release is bundled with group creation, adding meaningful behavioral context.

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, with each sentence earning its place. It front-loads the primary action and then provides essential constraints and parameter details without waste.

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 (8 params, write operation), the description covers key behavior, constraints, and the most complex parameter. Output schema exists, so return values are handled. It could be more complete on parameter specifics, but overall it is sufficient.

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?

With 0% schema description coverage, the description compensates by explaining the `projects` parameter structure (projectId, branch, revisionId) with an example. Other parameters are left to schema, but their names are self-explanatory, making this adequate.

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 creates a FOSSA release group together with its first release, using a specific verb and resource. This distinguishes it from related tools like fossa_create_release_group_release, which creates subsequent releases.

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?

It explains that FOSSA has no empty release group, so the first release must be created in the same call, providing clear context for when this tool is appropriate. It does not explicitly name alternatives, but the rationale is implicit.

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