Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

delete_configsource

DestructiveIdempotent

Delete a ConfigSource definition by ID while retaining all collected data. Requires write permission to remove the configuration source.

Instructions

Delete a ConfigSource definition (requires write permission). Existing collected data is retained.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configsource_idYesConfigSource ID to delete

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A4.3/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond the annotations by stating that write permission is required and that existing collected data is retained after deletion. These details help the agent understand side effects and authorization requirements, which is especially useful for a destructive operation.

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 concise sentence that front-loads the operation and resource, then adds the two most important behavioral caveats. Every clause earns its place, with no redundant filler or repetition of schema content.

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

Completeness5/5

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

For a single-parameter delete operation with annotations already covering destructive and idempotent hints, the description is complete. It covers the key context: permission requirement, scope of deletion (definition only), and the retention of collected data. No crucial operational detail is missing.

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 only parameter, configsource_id, is fully described in the input schema with 100% coverage. The description does not add additional parameter-level meaning, but it does not need to since the schema already documents the parameter clearly.

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 ('Delete') with a precise resource ('ConfigSource definition'), making it clear what the tool does. It also distinguishes itself from sibling delete operations like delete_datasource and delete_eventsource by naming the ConfigSource resource explicitly.

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 the usage context by naming the operation, but it does not explicitly state when to prefer this tool over alternatives such as update_configsource or delete_datasource. The added note about retained collected data provides some decision-relevant context, but there is no explicit when-to-use guidance.

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

Deploy Server

Other Tools