Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

delete_topologysource

DestructiveIdempotent

Delete a TopologySource definition while retaining existing collected data. Requires write permission to perform.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topologysource_idYesTopologySource 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 meaningful behavior beyond the annotations: it states that write permission is required and that existing collected data is retained. This clarifies what is destroyed (the definition) and what is preserved (collected data), which is valuable context 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?

Two short sentences with no filler. The primary purpose is front-loaded, followed by the most important behavioral caveats (permission and data retention). Every sentence earns its place.

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 simple one-parameter delete operation, the description provides everything needed: what is deleted, the permission required, and the key side-effect distinction that collected data is retained. No output schema is necessary for this tool.

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 schema already fully documents the single parameter topologysource_id with a clear description, so the schema carries the semantic burden. The description does not add parameter-level detail, matching the baseline for high schema 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 states a specific action (delete) on a specific resource (TopologySource definition), which clearly distinguishes it from sibling tools like create_topologysource, update_topologysource, and get_topologysource. The object and operation are unambiguous.

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 when to use the tool: when a TopologySource definition needs to be removed. It does not explicitly name alternatives or exclusion conditions, but the action and resource are clear enough to guide basic selection.

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