Skip to main content
Glama
kajirita2002

honeycomb-mcp-server

honeycomb_trigger_update

Modify an existing trigger by updating its alert behavior, schedule, threshold, or other parameters. Supports adjusting evaluation frequency, recipient notifications, and query associations for precise monitoring.

Instructions

Update an existing trigger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alert_typeNoNew alert firing behavior: on_change (only when crossing threshold) or on_true (every check while threshold is met)
datasetSlugYesDataset slug the trigger belongs to
descriptionNoNew description for the trigger (max 1023 chars)
disabledNoIf true, the trigger will not be evaluated or send alerts
evaluation_scheduleNoSchedule configuration when evaluation_schedule_type is 'window'
evaluation_schedule_typeNoThe schedule type: frequency (always run) or window (only run during specific times)
frequencyNoNew interval in seconds to check results (60-86400, must be multiple of 60)
nameNoNew name for the trigger (max 120 chars)
queryNoNew inline query specification (use either query or query_id, not both)
query_idNoNew query ID to associate with the trigger (use either query_id or query, not both)
recipient_idsNoNew recipient IDs to notify
thresholdNoNew threshold configuration
triggerIdYesTrigger ID to update
Behavior2/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. 'Update an existing trigger' implies a mutation operation, but it doesn't disclose important behavioral aspects: whether this requires specific permissions, whether updates are idempotent, what happens when only some fields are provided, whether there are rate limits, or what the response format looks like. For a mutation tool with 13 parameters and no annotation coverage, this is a significant gap in behavioral transparency.

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 maximally concise at just 4 words. It's front-loaded with the essential action and resource. There's zero waste or redundancy. For a tool with comprehensive schema documentation, this brevity is appropriate and efficient.

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

Completeness2/5

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

Given the complexity (13 parameters, nested objects, no annotations, no output schema), the description is inadequate. It doesn't explain what a 'trigger' is in the Honeycomb context, what fields are updatable, what the typical update workflow looks like, or what to expect as a result. While the schema documents parameters well, the description fails to provide the contextual understanding needed for a mutation operation of this complexity.

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 description provides no parameter information beyond the tool name. However, with 100% schema description coverage, all 13 parameters are well-documented in the input schema with detailed descriptions, constraints, and enums. The baseline score of 3 is appropriate since the schema does the heavy lifting, though the description adds no value beyond what's already in the structured schema.

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

Purpose3/5

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

The description 'Update an existing trigger' clearly states the verb (update) and resource (trigger), but it's quite generic. It doesn't specify what aspects of a trigger can be updated or how this differs from sibling tools like honeycomb_trigger_create or honeycomb_trigger_get. While the purpose is understandable, it lacks the specificity that would distinguish it from related operations.

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?

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like honeycomb_trigger_create, honeycomb_trigger_get, honeycomb_trigger_delete, and honeycomb_triggers_list, there's no indication of when modification is appropriate versus creation, retrieval, deletion, or listing. The description doesn't mention prerequisites, dependencies, or typical use cases for trigger updates.

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

Related 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/kajirita2002/honeycomb-mcp-server'

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