Skip to main content
Glama

List Available Tools

list-available-tools

Find every tool available on this Firebird MCP server to identify capabilities for database queries, metadata access, and data manipulation.

Instructions

Lists all tools available on the MCP server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by category (database, metadata)

Schema Changelog

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

  1. Changed1 schema field changedv2.9.0
    • changedInput schema / properties / category / description
      Previous value: -"Filtrar por categoría (database, metadata)"New value: +"Filter by category (database, metadata)"
  2. First observed

TDQS

A3.8/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 burden of signaling safety and side effects. 'Lists all tools' reasonably implies a read-only operation, but it does not clarify output format, whether category filtering changes the return shape, or any potential pagination/limitations.

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?

One extremely concise sentence states the tool's purpose with zero filler or redundancy. It is front-loaded and scannable.

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, optional-parameter listing tool, this description is nearly complete. It explains the tool's scope, and the schema covers the parameter. It could mention that return data is a catalog of tool names/metadata, but 'lists all tools' is adequate in context.

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 schema fully documents the single `category` parameter with examples, so the baseline is 3. The description adds no parameter-specific semantics beyond the schema's existing description.

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 ('Lists') and clear resource ('all tools available on the MCP server'), which distinguishes this broad enumeration tool from sibling list-tools that focus on particular item types (e.g., list-tables, list-packages, list-functions).

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 use case is implied: call this when you need the full catalog of MCP server tools. However, it does not explicitly mention alternatives like get-tool-help for specific tools or state when not to use the category filter.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/PuroDelphi/mcpFirebird'

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