Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

get_opsnote

Read-only

Retrieve complete details of an operational note by ID, including text, timestamp, creator, tags, scope, and linked resources.

Instructions

Get detailed information about a specific operational note by ID in LogicMonitor (LM) monitoring.

Returns: Complete OpsNote details: note text, timestamp, creator, tags, scope (resources/devices/groups affected), related SDTs, linked resources.

When to use:

  • Get full note details after finding ID via list

  • Review what was documented at specific time

  • Check scope of operational event

  • Verify linked resources

Workflow: Use "list_opsnotes" to find note ID, then use this tool for complete details.

Related tools: "list_opsnotes" (find notes), "create_opsnote" (add new), "update_opsnote" (modify).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opsNoteIdYesThe ID of the OpsNote to retrieve
fieldsNoComma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields.
Behavior5/5

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

Annotations declare readOnlyHint: true, and the description adds contextual transparency by listing the exact fields returned (note text, timestamp, creator, tags, scope, etc.), with no contradictions.

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 well-structured with bold headers and bullet points, concise yet comprehensive, every sentence adds value without redundancy.

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?

Despite lacking an explicit output schema, the description fully enumerates return fields. It integrates seamlessly with sibling tools and no critical information is missing for a retrieval operation.

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%, so the description doesn't provide additional meaning beyond what the schema already offers for both parameters. 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 clearly states the tool fetches detailed info for a specific opsnote by ID, with explicit verb-resource pairing. It distinguishes from siblings by mentioning list_opsnotes for finding notes and create/update opsnote for modifications.

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

Usage Guidelines5/5

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

The description includes a dedicated 'When to use' section with clear use cases and a workflow recommendation to use list_opsnotes first. It also lists related tools for context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/monitoringartist/logicmonitor-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server