Skip to main content
Glama
c0h1b4
by c0h1b4

Describe Trigger

describe_trigger

Retrieve detailed information about a specific SQL Server trigger, including its definition and associated events, to understand database automation behavior.

Instructions

Get detailed information about a specific trigger including its definition and events

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionStringNoSQL Server connection string (uses default if not provided)
connectionNameNoNamed connection to use (e.g., 'production', 'staging')
triggerNameYesName of the trigger to describe
includeDefinitionNoInclude the trigger definition (default: true)
Behavior2/5

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

With no annotations provided, the description carries full burden but only states what information is retrieved without disclosing behavioral traits like whether this is a read-only operation, potential performance impact, authentication requirements, or error handling. It mentions 'detailed information' but doesn't specify format or limitations.

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, efficient sentence that front-loads the core purpose ('Get detailed information about a specific trigger') and adds specific details ('including its definition and events') without unnecessary elaboration. Every word serves a clear purpose with zero waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read operation with 4 parameters (1 required) and 100% schema coverage but no output schema or annotations, the description is minimally adequate. It states what the tool does but lacks information about return format, error conditions, or behavioral constraints that would be important for agent usage. The absence of output schema means the description should ideally address return values.

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?

Schema description coverage is 100%, so the schema already documents all 4 parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema, maintaining the baseline score of 3. It implies 'triggerName' is central but doesn't elaborate on parameter interactions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get detailed information') and resource ('about a specific trigger'), specifying what information is retrieved ('including its definition and events'). It distinguishes from siblings like 'list_triggers' (which lists triggers) by focusing on detailed description of a single trigger, though it doesn't explicitly name alternatives.

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

Usage Guidelines3/5

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

The description implies usage when detailed trigger information is needed, but doesn't explicitly state when to use this tool versus alternatives like 'list_triggers' or other describe_* tools. It provides some context through the parameter 'triggerName' requirement, but lacks explicit guidance on prerequisites or exclusions.

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/c0h1b4/mssql-mcp-server'

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