Skip to main content
Glama
darthzen

fossa-mcp

by darthzen

fossa_update_saml_settings

Idempotent

Overwrite an organization's SAML SSO configuration with new IdP entry point, certificate, and audience to change login access.

Instructions

Replace the organization's SAML single sign-on configuration.

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

This is how everyone in the organization logs in. It is a replacement, not a merge: the three required fields are always sent, so a call with the wrong entry_point or a stale cert breaks SSO for every user until it is fixed, and a call that points entry_point at an identity provider someone else controls hands them the organization. The API documents no endpoint that reads the current settings back, so there is no way to check what was there before or to restore it — capture it from the FOSSA web app first.

entry_point is the IdP's SSO URL, cert its X.509 signing certificate in PEM form, audience the SP entity ID. The role-management fields decide whether FOSSA or the IdP is authoritative for org roles and teams; leaving them unset keeps FOSSA authoritative (FOSSA's own default). organization_id falls back to FOSSA_ORG_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
certYes
audienceYes
entry_pointYes
organization_idNo
org_role_managementNo
create_missing_teamsNo
team_role_managementNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

The annotations declare destructiveHint=false, yet the description states that a wrong call 'breaks SSO for every user' and can 'hand them the organization,' which is a destructive impact. This is a direct contradiction, so the score is 1 and the contradiction flag is set.

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 organized into a concise summary, a high-impact warning section, and a parameter explanation, all in about three short paragraphs. No sentence is wasted; it packs essential risk and semantics without fluff.

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?

Despite the absence of return-value details (covered by the output schema), the description addresses prerequisites, irreversible consequences, the lack of a read-back endpoint, and parameter semantics. This is complete for a high-risk write operation, exceeding the minimum needed.

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?

With 0% schema description coverage, the description compensates fully by explaining each key parameter: entry_point is the IdP SSO URL, cert is the PEM certificate, audience is SP entity ID, role-management fields control authority, and organization_id falls back to FOSSA_ORG_ID. It adds behavioral nuance beyond the schema, such as the fact that the three required fields are always sent.

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 opens with 'Replace the organization's SAML single sign-on configuration,' a specific verb-resource pair that clearly distinguishes from sibling tools like fossa_delete_saml_settings. The scope is explicit: it replaces, not merges, the configuration.

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 strong contextual guidance, warning that this is a replacement used for organization-wide login and that permissions (FOSSA_ALLOW_WRITES, FOSSA_ALLOW_ADMIN) are required. It advises capturing current settings from the web app because no read API exists, but it does not explicitly name alternatives or exclusion criteria.

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