Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

get_service

Read-onlyIdempotent

Get details for a specific Service Insight service by entering its service ID. Returns monitoring information for that service.

Instructions

Get details about a specific Service Insight service

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idYesService device ID (deviceType 6)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already establish the operation is read-only, idempotent, and non-destructive, which lowers the burden on the description. The description adds only the scope note that this covers a specific Service Insight service and does not describe return format, error behavior, or authorization requirements.

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 compact sentence with no filler. The key scope ('specific') is placed before the resource, making the purpose immediately clear.

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

Completeness4/5

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

For a one-parameter read-only getter, the description plus schema supplies enough information to invoke the call correctly. The absence of an output schema is not a major gap here, though a hint about the returned details would make it fully complete.

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 fully documents service_id and its type, and schema description coverage is 100%, so the baseline is 3. The description adds no additional parameter meaning beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb and resource, stating the tool retrieves details for a single Service Insight service. It distinguishes itself from get_services by emphasizing 'specific,' but it does not explicitly contrast itself with the plural sibling tool.

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 wording implies a singular lookup use case rather than a listing operation, but it does not state when to choose this over get_services or other alternative tools. No exclusions or conditions are provided.

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