Skip to main content
Glama
sachdev27

OpManager MCP Server

by sachdev27

getLastCollectedValues

Retrieve the most recently collected monitoring values for network devices by providing their MOIDs. Enables quick access to current device metrics without full data set polling.

Instructions

getLastCollectedValues

Category: Manage and query network devices

Key parameters:

  • deviceMOIDList*: MOID is the value of the 'moid' property in the listDevices

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesOpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS).
apiKeyYesOpManager API key for authentication
deviceMOIDListYesMOID is the value of the 'moid' property in the listDevices API response. For multiple MOIDs, use comma-separated values. It is recommended to pass up to 500 device MOIDs.
Behavior1/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It does not mention read-only nature, permissions, rate limits, or any other behavioral traits. The only information is a parameter hint, which is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, but it is not concise—it is under-specified. It wastes space on a category line and a parameter list that could be omitted given the schema. Every sentence should earn its place, but here the description adds no value.

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

Completeness1/5

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

Given the complexity of the tool (3 required parameters, no output schema, no annotations), the description is completely inadequate. It does not describe the return value, input constraints (e.g., recommended 500 MOIDs), or any other contextual information needed for correct invocation.

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 parameter having a clear description. The tool description adds no extra meaning beyond the schema; in fact, it provides less detail for deviceMOIDList. Baseline score of 3 applies because the schema already documents the parameters adequately.

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

Purpose1/5

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

The description merely repeats the tool name and provides a vague category ('Manage and query network devices') without stating what the tool actually does. It lacks a verb and specific resource, so the agent cannot determine the tool's purpose.

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

Usage Guidelines1/5

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

No guidance is given on when to use this tool versus alternatives. The sibling list includes many similar get/list functions, but no differentiation is provided.

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/sachdev27/opmanager-mcp-server'

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