Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

get_websites

Read-onlyIdempotent

List LogicMonitor websites by applying filters for name, group, or raw expressions, with pagination controls to limit results.

Instructions

List websites from LogicMonitor

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results
filterNoRaw filter expression (overrides other filters). Example: name~prod,type:webcheck
offsetNoPagination offset
group_idNoFilter by website group ID
name_filterNoFilter by name (substring)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no behavioral context beyond the word 'list' – nothing about pagination, default limits, filter semantics, or return shape. It does not contradict annotations but contributes little beyond what structured metadata already provides.

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 a single, direct sentence with no fluff or redundancy. It is front-loaded and scannable. Though very minimal, it is appropriately concise for what appears to be a straightforward list operation.

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

Completeness3/5

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

The schema fully documents parameters and annotations cover safety, making the tool minimally viable. However, the description omits any guidance on when to prefer get_websites over get_website or get_website_data, and does not mention pagination or filter behavior, leaving some contextual gaps for an agent deciding how to invoke it correctly.

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 description coverage is 100%, with each of the 5 parameters documented (e.g., filter includes an example, offset is labeled 'Pagination offset'). The tool description adds no parameter-level meaning, so the baseline of 3 for high schema coverage applies.

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 states a specific verb and resource: 'List websites from LogicMonitor.' It is clear and the plural 'websites' naturally contrasts with the singular sibling get_website. However, it does not explicitly differentiate from siblings like get_website_data or get_website_groups, so it falls short of full sibling distinction.

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?

No guidance is given about when to use this tool versus alternatives. The description does not mention that get_website retrieves a single website, that get_website_data is for monitoring data, or how filters/pagination should be used. There are no exclusions or alternative routing hints.

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