Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_export_project_issues

Read-only

Export every issue from a project revision as a JSON or CSV report, grouped by issue type. Targets the latest revision on the default branch unless a specific revision or ref is provided.

Instructions

Export every issue on a project revision as one JSON or CSV document.

Read-only. This is the whole-project export FOSSA's UI offers, grouped by issue type; use fossa_list_issues instead when the caller wants filtered, paged issues rather than a report. Without revision_id or ref the latest revision on the default branch is exported. CSV is returned as raw text under data.content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNo
formatNojson
statusNo
ref_typeNo
revision_idNo
project_locatorYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, and description confirms 'Read-only'. It adds valuable context beyond annotations: the export is grouped by issue type, CSV is returned as raw text under data.content, and default-branch fallback behavior. This enriches the agent's understanding of what happens during invocation.

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?

Three sentences, front-loaded with the main purpose, and every sentence carries meaningful information. No filler or repetition of schema details. Highly concise and well-structured.

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?

With an output schema present, the description doesn't need to list return fields. It covers the core behavior (whole-project export), key alternatives, default revision selection, and CSV-specific details. Slight gap: does not explain status or ref_type semantics, but schema enums mitigate this.

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?

Schema coverage is 0%, but description compensates somewhat by explaining that omitting revision_id or ref exports the latest revision on the default branch. However, it does not elaborate on project_locator, status, or ref_type, leaving those to schema titles/defaults. The mention of CSV format and data.content adds semantic value not in the 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?

Description clearly states the tool exports every issue on a project revision as JSON or CSV, with a specific verb+resource. It also distinguishes from sibling fossa_list_issues, making the scope unmistakable.

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?

Explicitly says to use fossa_list_issues instead when filtered, paged issues are needed rather than a whole-project report. Also explains default behavior when revision_id or ref are omitted, providing clear context for when this tool is appropriate.

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