Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_list_oidc_providers

Read-only

List the OIDC identity providers a FOSSA organization federates with. Paginate with 'prev' cursor and optionally filter by team scope.

Instructions

List the OIDC identity providers this FOSSA organization federates with.

Read-only. Each provider is an issuer URL scoped to the organization or to one team; it is what a trust relationship points at. Pagination is by cursor: pass the last value from a previous page as prev. Filtering by team scope requires filter_scope_id. Requires a premium FOSSA subscription; other organizations get a 403.

No credential is returned: FOSSA's OIDC federation stores no client secret.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prevNo
page_sizeNo
filter_scopeNo
filter_scope_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 declare readOnlyHint=true, and the description reaffirms 'Read-only.' It goes beyond by disclosing pagination mechanics, the issuer-URL nature of providers, the premium subscription requirement yielding a 403, and that no credential/client secret is returned. This is rich behavioral context 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 four sentences, front-loaded with the purpose, followed by essential behavioral details. No wasted words; every sentence adds meaningful information.

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 that an output schema exists and annotations cover read-only safety, the description provides sufficient context: what the list contains, how pagination works, how filtering works, the permission prerequisite, and the absence of credentials. It covers the main edge cases an agent would encounter.

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?

Schema coverage is 0%, so the description must compensate. It explains the `prev` parameter as a cursor for pagination and clarifies that `filter_scope_id` is required when filtering by team scope. It does not explicitly explain `page_size` or the `filter_scope` enum values, but the names are self-evident and the description adds meaning to the non-obvious parameters.

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 states 'List the OIDC identity providers this FOSSA organization federates with,' using a specific verb and resource. It also clarifies that each provider is an issuer URL, distinguishing it from sibling tools like fossa_get_oidc_provider (singular) and list_oidc_trust_relationships.

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?

Provides clear usage context: pagination via cursor ('pass the `last` value from a previous page as `prev`'), filtering requirements ('Filtering by team scope requires `filter_scope_id`'), and a subscription prerequisite (premium; 403 otherwise). It does not explicitly name alternatives but the list vs. get distinction is implied by the resource name.

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