Skip to main content
Glama
Michael2150

flamerobin-mcp-server

list_databases

List all registered Firebird databases from FlameRobin. Use this first to get the database key required by other tools.

Instructions

List all Firebird servers and databases registered in FlameRobin. ALWAYS call this first — the 'key' in each result is required by every other tool's 'database' parameter. Returns [{key, host, port, path}].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoOptional case-insensitive .NET regex to filter by key, host, or path. Omit to return all.
Behavior3/5

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

No annotations are provided. The description mentions the return format (key, host, port, path) and that it's a listing operation, implying read-only. While lacking explicit behavioral traits, it does not mislead. A score of 3 is adequate for a simple listing tool with no contradictions.

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 two sentences, front-loading the purpose and critical usage instruction. Every sentence adds value, with no repetition 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 no output schema, the description explains the return structure. The prerequisite relationship is clarified. Given the tool's simplicity and the richness of sibling tools, this is fully sufficient.

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?

Schema documentation is 100% complete; the description adds minimal value beyond what the schema already states (the filter parameter is fully described in the schema). Baseline 3 is appropriate.

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's purpose: 'List all Firebird servers and databases registered in FlameRobin.' It uses a specific verb ('list') and resource, and the sibling tools (e.g., list_objects, list_procedures) are distinct in scope, so differentiation is effective.

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?

Explicit guidance is given: 'ALWAYS call this first — the key in each result is required by every other tool's database parameter.' This tells the agent when to use it and why it's prerequisite, with no ambiguity.

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/Michael2150/flamerobin-mcp-server'

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