Skip to main content
Glama

list_modes

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

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool's core behavior (listing and optional filtering) but does not mention return format, ordering, pagination, or any side effects. For a simple read-only list, this is adequate but not rich.

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 a single sentence that front-loads the verb and resource, then adds the optional filter. There is zero redundancy and every word contributes to understanding the tool's functionality.

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?

Given the simple single-parameter tool, the description plus schema fully specify what it does and how to invoke it. Without an output schema, it could briefly mention the return structure, but 'List failure modes' sufficiently implies a list. It lacks explicit mention of related tools, but this is not essential for correct invocation.

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

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage: the 'category' parameter includes a clear description and an example ('factuality'), plus behavior on omission. The description's mention of category ID adds no additional semantic value, so the baseline of 3 applies.

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 a specific verb ('List') and resource ('failure modes'), and clarifies optional filtering by category ID. This clearly distinguishes it from siblings like get_failure_mode (single item), list_categories (different resource), and search_failure_modes (search behavior).

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 implies the primary use case (listing modes, optionally filtered) and the 'omit to list all modes' guidance clarifies the parameter behavior. However, it does not explicitly mention when to prefer this over sibling search_failure_modes or get_failure_mode, 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources