Skip to main content
Glama
dburton-influxdata

Telegraf Controller MCP Server

update_config

Update an existing Telegraf configuration by providing its UUID and optionally changing name, TOML, labels, or description.

Instructions

Update an existing Telegraf configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the configuration
tomlNoUpdated TOML configuration
labelsNoUpdated comma-separated labels
config_idYesThe UUID of the configuration to update
descriptionNoUpdated description
Behavior2/5

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

With no annotations, the description must disclose behavior, but it only states 'Update an existing Telegraf configuration'. It doesn't clarify partial vs full replacement, behavior on missing config_id, or whether the update is atomic or reversible.

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?

One sentence with no fluff, appropriately sized for a simple update tool. The description is front-loaded and to the point.

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?

The tool has 5 parameters, 1 required, no output schema, and no annotations. The description is minimal and doesn't explain return values, side effects, or what the updated configuration object looks like. It's insufficient for an agent to fully understand the tool's behavior.

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% coverage with descriptions for all 5 parameters, so the description doesn't need to add parameter details. It adds no extra meaning, but the baseline is 3 given high coverage.

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 uses a specific verb ('Update') and resource ('existing Telegraf configuration'), clearly distinguishing it from sibling tools like create_config and delete_config.

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 vs alternatives. There is no mention of prerequisites, when to prefer create_config or delete_config, or any 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/dburton-influxdata/telegraf-controller-mcp-server'

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