Skip to main content
Glama
Michael2150

flamerobin-mcp-server

list_triggers

List all user-defined triggers in a Firebird database. Optionally filter by table name using a case-insensitive regex.

Instructions

List all user-defined triggers formatted as 'TRIGGER_NAME (on TABLE_NAME)'. database: key from list_databases. filter: optional case-insensitive regex applied to the full formatted string — e.g. pass 'on INVOICES' to see only triggers on a specific table. Pass just the trigger name (without the suffix) to get_trigger_source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseYes
filterNo
Behavior4/5

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

No annotations provided, but the description implies read-only behavior by listing triggers. It discloses output format and filter behavior. Could be more explicit about potential performance or scope, but adequate.

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, no wasted words. Purpose stated first, then parameter details, then pointer to related tool.

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 provides output format clue. It covers usage, parameters, and relationship to sibling. Fully sufficient for a list tool.

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?

With 0% schema coverage, the description adds full meaning: explains database as key from list_databases, filter as case-insensitive regex on the formatted string with a concrete example.

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 lists all user-defined triggers with a specific format, and differentiates from sibling tool get_trigger_source by advising to pass trigger name there instead.

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 tells when to use this tool (list all triggers) and when not to (for source code, use get_trigger_source). Also explains filter usage with examples.

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