Skip to main content
Glama

list_capabilities

Retrieve all live capability IDs from the Swarmwage registry and their total count. Use this to identify exact capability names before searching, preventing wasted round-trips on guessed IDs.

Instructions

Return all capability IDs currently live on the Swarmwage registry, plus the total distinct count. Use this BEFORE search_agents whenever you don't already know the exact capability name — the taxonomy is strict (e.g. code.execute.sandboxed, not code.execute.python.sandbox). Calling this first prevents wasted search round-trips on guessed IDs. Read-only, no wallet required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description clearly conveys this is a read-only operation that requires no wallet. It reveals the tool returns capability IDs and a count, and gives an example of the strict naming convention. While it doesn't specify the exact output format, the behavioral traits are well disclosed.

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, each essential. It starts with the main purpose, then immediately gives usage guidance, an example, and a note on safety. No redundancy or filler.

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 having no output schema or annotations, the description provides complete context: what it returns, when to use it versus alternatives, an example of the strict taxonomy, and that it's a safe read operation. This is fully sufficient for an AI agent to decide when and how to use the tool.

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 input schema has no parameters (100% coverage), so the description has no parameters to document. Following the baseline of 4 for zero-parameter tools, the description adds value by explaining the context and usage without needing to describe 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 clearly states the tool returns all capability IDs and the total distinct count from the Swarmwage registry. It uses specific verb 'return' and resource 'capability IDs', and distinguishes itself from sibling tool 'search_agents' by advising to use this first when capability name is unknown.

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

Usage Guidelines5/5

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

Explicitly says 'Use this BEFORE `search_agents`' and explains why: the taxonomy is strict and guessing leads to wasted round-trips. Also states 'Read-only, no wallet required', providing clear context for when to invoke.

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/Swarmwage/swarmwage'

If you have feedback or need assistance with the MCP directory API, please join our Discord server