Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_extend_issue_exception

Idempotent

Change the expiration date of a FOSSA issue exception or clear it to never expire.

Instructions

Change when an issue exception expires, or clear the expiry so it never does.

WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.

expires_after has no default because null is meaningful here: it removes the expiry, leaving the issue ignored indefinitely. Pass a YYYY-MM-DD date to set one. Requires a premium FOSSA subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exception_idYes
expires_afterYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description enriches the annotations by explicitly stating this is a write operation requiring FOSSA_ALLOW_WRITES=true. It also explains the non-obvious null behavior for expires_after, which is meaningful for understanding the side effect of removing an expiry. The premium subscription requirement is an additional operational constraint not present in annotations.

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, with three short paragraphs that each add value. It front-loads the main purpose, then covers write requirements, the critical null semantics, and a subscription requirement. No sentence is wasted, and the structure is easy to parse.

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?

For a low-complexity tool with only two parameters and an output schema, the description covers the essential context: the write operation, the required environment variable, the premium tier, and the distinct null behavior. It doesn't describe return values, but the output schema exists and the tool is simple, so the description 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 no schema descriptions (0% coverage), the description compensates well for expires_after by clarifying that null removes the expiry and a YYYY-MM-DD date sets one. It also notes the absence of a default because null is meaningful. exception_id is not explicitly described, but it is an integer ID and its purpose is evident from the tool's name and description.

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's purpose with a specific verb and resource: 'Change when an issue exception expires.' It also distinguishes from related sibling tools by explaining the alternative behavior of clearing the expiry entirely. The phrase 'clear the expiry so it never does' uniquely identifies this tool's functionality compared to get/delete exception tools.

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

Usage Guidelines3/5

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

The description provides implied usage context (for modifying issue exception expiries) and notes prerequisites like FOSSA_ALLOW_WRITES=true and premium subscription. However, it does not explicitly mention alternatives or when-not-to-use, such as 'delete the exception instead' or 'use for exceptions that need a new expiry rather than deletion.' This leaves some ambiguity for an agent selecting among the many issue exception sibling tools.

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