Skip to main content
Glama
dburton-influxdata

Telegraf Controller MCP Server

create_reporting_rule

Define agent health criteria by setting reporting thresholds, and optionally auto-delete agents that exceed them.

Instructions

Create a new reporting rule to define when agents are considered unhealthy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYesDescription of the reporting rule
has_auto_deleteNoWhether to automatically delete agents that exceed the threshold
threshold_secondsYesThreshold in seconds before marking agent as not reporting (minimum 60)
auto_delete_threshold_secondsNoThreshold in seconds before auto-deleting agent (must be greater than threshold_seconds)
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. It only mentions the purpose, not side effects, permissions, reversibility, or consequences of creation (e.g., whether it overwrites existing rules, requires prior configuration, or returns a rule ID). This is a significant gap for a mutating create operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is succinct and front-loaded with the action. It contains no fluff, but it is also quite sparse. It earns a 4 because it is concise without being overly terse for a tool of this simplicity.

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?

Despite the schema fully documenting parameters, the description lacks essential context: no usage scenarios, no indication of output or errors, and no clarification of how this tool fits into a workflow with sibling tools. For a create operation with no annotations, the description should provide more functional guidance.

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 input schema provides 100% parameter coverage with descriptions for all 4 fields, so the baseline is 3. The description adds a high-level context ('define when agents are considered unhealthy') but does not elaborate on individual parameters beyond what the schema already specifies.

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 'Create' and the specific resource 'reporting rule', and adds the purpose 'to define when agents are considered unhealthy'. This distinguishes it from sibling tools like create_config or update_reporting_rule, which target different resources or actions.

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. It doesn't mention that it's for creating new rules as opposed to updating existing ones, nor does it note any prerequisites or exclusions. A 2 is appropriate because the context is entirely implied by the tool's name.

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/dburton-influxdata/telegraf-controller-mcp-server'

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