Skip to main content
Glama
Michael2150

flamerobin-mcp-server

list_roles

Retrieve all roles defined in a Firebird database, with an optional case-insensitive regex filter on role names.

Instructions

List all roles defined in the database (used for grouping permissions). database: key from list_databases. filter: optional case-insensitive regex on role name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseYes
filterNo
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses that filter is case-insensitive regex (a behavioral detail) and that it lists all roles. However, it does not explicitly state it's read-only or describe any side effects, which would be ideal.

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: first states purpose, second explains parameters. No redundant information. Every word adds value.

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 and simple parameters, description adequately covers purpose and parameter semantics. Lacks details about return format but is complete enough for a straightforward listing 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 has 0% description coverage, so description compensates: explains 'database' as key from list_databases and 'filter' as optional case-insensitive regex. Adds meaning beyond schema structure, though regex syntax could be more precise.

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 uses specific verb 'List' and resource 'roles', narrowing scope to database roles used for grouping permissions. Clearly differentiates from sibling tools like list_databases and list_objects.

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?

States that 'database' key should come from list_databases, providing clear prerequisite. The filter parameter is explained. No explicit when-not-to-use or mention of alternatives, but context is sufficient for typical use.

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