Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_delete_project_attribution_slug

DestructiveIdempotent

Remove the slug from a project's attribution report URL to take the shared report offline. This revokes access for anyone with the old link.

Instructions

Remove the slug from a project's live attribution report URL, which takes the shared report offline.

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

Anyone holding the old link loses access. Only the slug is deleted; the project and its scan history are untouched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_locatorYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description significantly adds to the annotations by specifying environment variable requirements (FOSSA_ALLOW_WRITES=true, FOSSA_ALLOW_DESTRUCTIVE=true), the consequence of removing access for link holders, and the guarantee that only the slug is deleted while project and scan history remain untouched. This goes well beyond the simple destructiveHint annotation.

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 four concise sentences, each providing unique and essential information. It is front-loaded with the primary action and includes necessary warnings and side effects without any redundant text.

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?

The description comprehensively covers the tool's purpose, side effects, prerequisites, and safety guarantees. An output schema exists, so return value details are not needed. A minor gap is the lack of guidance on the project_locator parameter, but overall the description is reasonably complete for a single-parameter destructive tool.

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

Parameters2/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 must compensate. It does not explain the format or meaning of 'project_locator' beyond implying it refers to a project. The parameter name is somewhat self-explanatory, but no concrete guidance on how to construct or obtain the locator is provided.

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 uses specific verb 'remove' and identifies the exact resource (slug from a project's live attribution report URL). This clearly distinguishes the tool from its sibling 'fossa_generate_project_attribution_slug' which performs the opposite action.

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 states the effect ('takes the shared report offline') which indicates when this tool is appropriate. However, it does not explicitly mention alternatives or cases where it should not be used, so it lacks explicit exclusions.

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