Skip to main content
Glama
Michael2150

flamerobin-mcp-server

list_databases

List all databases and servers registered in FlameRobin, optionally filtering by key, host, or path. Returns keys needed as the database parameter for other tools.

Instructions

List all servers and databases registered in FlameRobin. Returns [{key, host, port, path}]. The 'key' value is what you must pass as the 'database' parameter in every other tool. filter: optional case-insensitive regex applied to key, host, or path — omit to list all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
Behavior4/5

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

With no annotations, the description covers the return format, key usage, and filter behavior. It lacks info on permissions or caching, but is sufficient for a simple listing tool.

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?

Two sentences plus a concise parameter note. Front-loaded with purpose, then return info, then key insight, then parameter detail. No extraneous content.

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?

Given no output schema, the description provides return format. It covers the essential details for using the tool. Could mention scope (all databases accessible to user) but still adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides no parameter description (0% coverage). The description fully explains the filter parameter: optional, case-insensitive regex applied to key, host, or path, and default behavior when omitted.

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 action (list) and the resource (all servers and databases), and differentiates from siblings by specifying the return structure and the critical 'key' field used by other tools.

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 description explains that omitting filter lists all, and provides details on filter usage (regex, case-insensitive). It does not explicitly mention when not to use or alternatives, but context makes its purpose distinct.

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