Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_delete_issue_exceptions

DestructiveIdempotent

Delete issue ignore rules to reactivate previously suppressed issues. Target exceptions by ID or filter, with safeguards against clearing all exceptions at once.

Instructions

Delete issue ignore rules, which makes the issues they were suppressing active again.

WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true.

Pass exactly one target: exception_id for a single rule, exception_ids for a named list, or a filter (category, project_id, release_group_id, policy_id) to delete every rule matching it. The filter form must name at least one filter, so there is no way to clear an organization's exceptions in one call. Run fossa_get_issue_exceptions first to see what a filter covers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo
policy_idNo
project_idNo
exception_idNo
exception_idsNo
release_group_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already indicate write (readOnlyHint=false) and destructive (destructiveHint=true). The description adds essential context: 'WRITES TO FOSSA' and the required environment variables FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true. It also describes the side effect (issues become active again) and the safeguard against clearing all exceptions in one call.

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 front-loaded with the core purpose, then permissions, then usage modes and safety notes. Each of the five sentences contributes distinct value—purpose, auth requirements, input options, safety constraint, and recommended pre-check—without extraneous filler.

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?

Given the tool's complexity (6 optional parameters, multiple target modes) and the presence of an output schema, the description covers the necessary prerequisites, permissions, selection semantics, and safety guardrails. It also references fossa_get_issue_exceptions as a pre-flight step, making it complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

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

The schema has 0% description coverage, so the description compensates by explaining each parameter's role: exception_id for a single rule, exception_ids for a named list, and filter parameters (category, project_id, release_group_id, policy_id) for batch deletion. It also clarifies the constraint that at least one filter must be provided, adding meaning beyond the raw 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?

Clearly states 'Delete issue ignore rules' with the effect 'makes the issues they were suppressing active again.' This distinguishes from sibling tools like fossa_get_issue_exceptions and fossa_extend_issue_exception by specifying the delete action and the scope (single, list, or filter).

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?

Provides explicit usage rules: 'Pass exactly one target' and details the three modes (exception_id, exception_ids, filter). It warns that the filter form requires at least one filter, preventing blanket deletes, and directs the agent to 'Run fossa_get_issue_exceptions first to see what a filter covers.' This is clear when-to-use and safety guidance.

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