Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_export_global_issues_csv

Read-only

Request a CSV export of organization-wide issues from FOSSA. Choose email delivery or a streamed zip archive; requires Create permission on OrganizationReport or TeamReport.

Instructions

Request the organization-wide issues report as CSV.

Read-only with respect to FOSSA state. With email=true (the default) FOSSA queues the export and mails it to the calling token's user, and this returns the background task metadata. With email=false FOSSA streams a zip archive, which this tool reports on but does not return: the archive is binary and cannot travel over MCP as text.

Requires the Create permission on OrganizationReport or TeamReport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
team_idsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description goes well beyond the readOnlyHint annotation by explaining that email=true queues the export and emails it, while email=false streams a zip archive that cannot be returned over MCP. It also states the permission requirement, adding valuable 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 compact and front-loaded with the core purpose, then provides mode-specific behavior and a permission note. Every sentence adds necessary information without redundancy.

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?

For a tool with two optional parameters, an output schema, and readOnly/openWorld annotations, the description covers the essential behavior, permission, and return semantics for both modes. The output schema handles return-value details.

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 schema has no descriptions for the two parameters (0% coverage), so the description must compensate. The email parameter is thoroughly explained, but team_ids is not mentioned at all, leaving its purpose and format to inference.

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+resource: 'Request the organization-wide issues report as CSV.' This clearly distinguishes it from related tools like fossa_export_project_issues by emphasizing organization-wide scope.

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 clearly explains the email=true and email=false modes, including what the caller receives in each case, and states the required Create permission. It provides strong usage context, though it does not explicitly name alternative tools or exclusion criteria.

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