Skip to main content
Glama
Michael2150

flamerobin-mcp-server

get_schema_summary

Returns a compact schema overview of all user tables: column names with types, primary keys, and foreign key counts. Use as first step when exploring an unfamiliar database.

Instructions

Return a compact overview of every user table in the database: column names with types, primary key, and foreign key counts. Use this as the first step when exploring an unfamiliar database — it replaces calling list_objects + describe_table on every table. Returns [{table, columns: ["NAME:TYPE"], pk: ["COL"], fk_out, fk_in}].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseYesDatabase key from list_databases.
filterNoOptional case-insensitive .NET regex to filter by table name.
limitNoMaximum number of tables to return. Omit for all tables. Use with filter to focus on a subsection of a large schema.
Behavior4/5

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

No annotations provided, so description carries full burden. It states it returns a compact overview of user tables (not system tables) and provides return format. Slightly lacking on performance implications or auth needs, but still transparent about behavior.

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?

Three sentences: purpose+return, usage advice, return format. No wasted words; front-loaded with core action.

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 includes a return format example. All 3 parameters are well-described. Covers what, when, and output structure completely for this simple tool.

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?

Schema coverage is 100% (all parameters described), but description adds extra meaning: filter is explicitly 'case-insensitive .NET regex', limit is 'Maximum number... Omit for all tables. Use with filter to focus subsection.' Adds significant value beyond schema.

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 it returns a compact overview of all user tables with column names/types, primary key, and foreign key counts. It distinguishes from siblings like describe_table (single table) and list_objects (listing only) by offering a consolidated summary.

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?

Explicitly advises use as the first step when exploring an unfamiliar database and notes it replaces calling list_objects + describe_table on every table, providing clear when-to-use and 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