Skip to main content
Glama

list_capabilities

Free. Returns the full list of tools this server offers, including which are paid, their prices, and their input schemas — so an agent can decide what to call before spending anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It explicitly discloses that the call is 'Free,' a key behavioral and cost trait, and states exactly what will be returned. It does not mention rate limits or auth, but for a zero-parameter read-only listing tool the disclosed traits are sufficient and non-contradictory.

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 front-loads the most important fact ('Free'), then states the action, the response contents, and the agent-facing value. There is no filler, repetition, or unnecessary 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 simple, parameterless tool with no output schema, the description covers the return content (tool list, prices, schemas) and when to use it. It could more explicitly differentiate from the sibling 'pricing' tool, but an agent has enough context to call this correctly before spending anything.

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 zero parameters, so there are no parameter meanings to clarify. The 100% schema coverage means the schema is complete, and the description appropriately adds no parameter noise. Baseline 4 applies because no parameters exist to document.

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?

Description states a specific verb and resource: 'Returns the full list of tools this server offers.' It enumerates what the response includes (paid status, prices, input schemas) and assigns a purpose ('so an agent can decide what to call'). This clearly distinguishes it from the sibling 'pricing' tool, which would only provide pricing details without the full capability catalog.

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 phrase 'before spending anything' gives a clear usage context: invoke this tool when deciding which paid tools to call. However, it does not explicitly name alternatives such as 'pricing' or state when not to use this tool, so it stops short of full exclusions and alternative routing.

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.