Skip to main content
Glama

Describe Trigger

describe-trigger

Get complete details of a Firebird trigger, including its source code, type, sequence, and status, to understand or troubleshoot its behavior.

Instructions

Gets detailed information about a specific trigger, including its source code, type, sequence, and status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
triggerNameYesName of the trigger to describe

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.9.0
    • changedInput schema / properties / triggerName / description
      Previous value: -"Nombre del trigger a describir"New value: +"Name of the trigger to describe"
  2. Addedv2.8.1

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only operation via 'gets', but does not explicitly state safety, permission requirements, or error behavior. This is adequate but thin for a tool with zero annotation coverage.

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, tight sentence that efficiently packs the action, target, and key details. There is zero waste and the content is front-loaded with the verb and subject.

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?

For a tool with one parameter and no output schema, the description is sufficiently complete. It enumerates the key returned fields, giving the agent a good preview of what to expect, though it omits typical caveats like pagination or error handling, which are not critical for this simple case.

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

Parameters3/5

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

The single parameter 'triggerName' is fully described in the schema (100% coverage) as 'Name of the trigger to describe'. The tool description adds no additional meaning or format details, so the baseline score of 3 applies.

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 verb 'gets' and the resource 'specific trigger' while enumerating the returned details (source code, type, sequence, status). This directly distinguishes it from sibling describe tools (e.g., describe-table, describe-procedure) by focusing on triggers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like list-triggers or describe-package. The description neither qualifies usage context nor excludes any cases, offering no direction for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/PuroDelphi/mcpFirebird'

If you have feedback or need assistance with the MCP directory API, please join our Discord server