Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

portal_overview

Read-onlyIdempotent

Aggregate alert statistics, collector health, maintenance windows, noise scores, and dead devices into a shift-handoff report for portal status.

Instructions

Composite portal overview: aggregates alert statistics, collector health, maintenance windows, noise scores, and dead devices into a shift-handoff report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summarizeNoAppend plain-English NL summary via IBM Granite (requires WATSONX_API_KEY)
hours_backNoHours to look back (default: 4)
detail_levelNoOutput detail level (default: summary)summary

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds that this is a composite aggregation, but it does not disclose potential size, latency, or dependence on other internal services. Given annotations, this is adequate but not richer than expected.

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?

A single, dense sentence front-loads the tool's composite nature and lists its components after a colon. Every word contributes; no filler or repetition.

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?

With no required parameters, a fully-described input schema, and annotations covering safety, the description is largely complete. It could add explicit guidance about when not to use it or how the returned report is shaped, but those are minor gaps given the composite overview purpose.

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%; each parameter has its own description. The tool description helps contextualize parameters by listing the data feeds that hours_back and detail_level affect, but it does not add meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 ('aggregates') and resource ('portal overview'), then enumerates the exact data sources included (alert statistics, collector health, maintenance windows, noise scores, dead devices) and the intended output (shift-handoff report). This clearly distinguishes it from granular sibling tools like get_alerts or get_collector_health.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states a clear use case: 'shift-handoff report,' which tells an agent when to select this composite view. It does not explicitly name alternatives or exclusions, like saying 'use individual get_* tools for granular queries,' so it stops short of a 5.

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