Skip to main content
Glama
Michael2150

flamerobin-mcp-server

get_database_info

Retrieve physical metadata from a Firebird database including path, ODS version, page size, pages, SQL dialect, and sweep interval using a database key.

Instructions

Return physical metadata for a Firebird database: path, ODS version (On-Disk Structure — indicates the Firebird engine version that created the database), page_size, pages (total allocated pages), sql_dialect (1 = legacy, 3 = standard/recommended), sweep_interval. database: key from list_databases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It describes the return as 'physical metadata' and lists fields, implying a read-only operation. It does not explicitly state safety or permissions, but the nature of the tool is clear.

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 a single sentence that efficiently lists return fields and parameter info without any fluff. It is front-loaded and every part earns its place.

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?

Given no output schema, the description lists all expected return fields with brief explanations. It also provides context for the parameter and the ODS version, making the tool easy to understand and use without additional lookups.

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?

Despite 0% schema description coverage, the tool description fully explains the parameter: 'database: key from list_databases'. This adds essential meaning beyond the bare schema, making the parameter's role and source clear.

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 clearly states it returns physical metadata for a Firebird database and lists specific fields. It distinguishes from siblings like describe_table or list_databases by focusing on database-level metadata.

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 explicitly states the parameter is 'key from list_databases', providing a clear source for the input. It implicitly guides usage for metadata retrieval, though it does not explicitly mention when not to use it or name alternatives.

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