Skip to main content
Glama

Server Details

MCP server for the Fail Modes taxonomy — a knowledge base of AI system failure modes

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
elyngved/failmodes-mcp
GitHub Stars
0
Server Listing
failmodes-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving a single record by ID, listing categories, listing modes (optionally filtered), and searching by symptom text. No overlap or ambiguity.

Naming Consistency5/5

All names follow a consistent verb_noun pattern using snake_case: get_failure_mode, list_categories, list_modes, search_failure_modes. The pattern is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a read-only taxonomy explorer: one for retrieval, two for listing (categories and modes), and one for search. Each tool earns its place.

Completeness5/5

The tool surface covers all essential operations for exploring failure modes: listing categories, listing modes, searching, and getting details. No obvious gaps for the stated domain.

Available Tools

4 tools
get_failure_modeInspect

Retrieve the full structured record for a single failure mode by its ID slug (e.g. 'citation-hallucination', 'sycophancy').

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe failure mode ID slug, e.g. 'citation-hallucination'
list_categoriesInspect

List all taxonomy categories with their IDs, names, descriptions, and mode counts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_modesInspect

List failure modes, optionally filtered to a single category by category ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional category ID to filter by, e.g. 'factuality'. Omit to list all modes.
search_failure_modesInspect

Search the Fail Modes taxonomy by symptom text or keyword phrase. Returns ranked matches with id, name, category, and matched context.

ParametersJSON Schema
NameRequiredDescriptionDefault
symptomYesSymptom phrase or keyword to search for, e.g. 'made up a citation' or 'refused to help after pushback'

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.