Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_list_teams

Read-only

List FOSSA organization teams with roles, member counts, and owned projects/release groups. Supports search and pagination; optionally includes full member lists.

Instructions

List the teams in the FOSSA organization.

Read-only. Paginated: FOSSA caps page_size at 50, and search filters by team name. Each result carries the team's default role, its member count, and how many projects and release groups it owns.

Setting include_all_with_members switches to FOSSA's older unpaginated endpoint, which returns every team with its full member list inline. That is the only call that answers "who is in which team" in one request, but FOSSA marks it deprecated and it accepts no paging or search, so it is not the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
page_sizeNo
include_all_with_membersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description enriches the readOnlyHint/openWorldHint annotations with concrete behavioral details: FOSSA caps page_size at 50, include_all_with_members switches to an unpaginated deprecated endpoint, and results include specific fields. This goes far beyond the annotations and helps the agent predict side effects and constraints.

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 adds essential behavioral details in a logical order. Every sentence contributes meaningful information without repetition or 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 output schema exists, the description need not detail return values. It fully covers the pagination behavior, search semantics, the alternative deprecated mode, and the data returned. For a listing tool with no required parameters, this is complete.

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?

The input schema has 0% description coverage, so the description must compensate. It explains page_size cap, search filters by team name, and the special behavior of include_all_with_members. The 'page' parameter is not explicitly described but is implied through the pagination discussion, so the compensation is strong but not exhaustive.

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 begins with a specific verb and resource: 'List the teams in the FOSSA organization.' It clearly distinguishes the tool from siblings like fossa_get_team by indicating it lists multiple teams, and the scope is unambiguous.

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 provides clear usage context: it explains pagination, page_size limits, search semantics, and when to use the deprecated 'include_all_with_members' option. It does not explicitly name alternatives like fossa_get_team for single-team retrieval, so it falls short of full when-not 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