Skip to main content
Glama

wellknown

List the capability taxonomy

list_capabilities

Structured capability slugs (domain.capability) with aliases, for precise filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose the return shape ('structured capability slugs') and the purpose, and the verb 'list' strongly implies a read-only operation. It does not mention ordering, exhaustiveness, or availability, but those are minor for a taxonomy listing.

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?

A single sentence that front-loads the result format and follows with the intended use case. There is no filler, repetition, or ambiguous extra detail.

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?

For a zero-parameter listing tool with no output schema, the description adequately explains what is returned and why it would be used. It could be slightly more explicit about pairing with filtering/search sibling tools, but 'for precise filtering' already conveys that relationship.

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 tool has zero parameters, so the description does not need to document parameter semantics. The description adds useful context about why the returned data exists, which is sufficient at the baseline for a parameterless tool.

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 a specific verb ('list') and resource ('capability taxonomy'), and clarifies the output format ('domain.capability slugs with aliases'). It is clearly distinguishable from the sibling tools, none of which list capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'for precise filtering' implicitly tells the agent when to use the tool: when it needs exact capability slugs. However, it does not explicitly state when not to use it or how it relates to sibling tools like search_agents or resolve_agent.

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.