Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

get_device_connections

Read-onlyIdempotent

Retrieve device and resource relationships to map dependencies and understand network topology.

Instructions

Get device/resource relationships and connections

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYesDevice ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

C2.6/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no behavioral context beyond the annotations, such as what data is returned, whether it requires specific permissions, or how it handles missing devices.

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 one short sentence with no filler words. It is appropriately concise for its content, though the content is vague. No structural issues.

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 tool's vague scope and the presence of many similar 'get' tools, the description is insufficient. It does not explain what 'connections' means, what relationships are returned, or how this differs from get_device_neighbors, get_device_interfaces, or other topology-related tools. No output schema exists, so the description must bear the burden of defining response expectations, and it fails to do so.

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?

Schema coverage is 100%: the only parameter, device_id, is described as 'Device ID'. The description does not add any further semantics about required formats, validation rules, or how the parameter affects results. Baseline 3 applies since the schema carries the full parameter documentation.

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 uses a specific verb ('Get') and names a resource ('device/resource relationships and connections'), but the resource is ambiguous. It does not distinguish this tool from siblings like get_device_neighbors, get_device_interfaces, or get_topology_map, all of which also deal with relationships or connections.

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 does not mention any prerequisites, exclusions, or differencing conditions, leaving the agent to infer usage from the ambiguous wording.

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