Skip to main content
Glama
sachdev27

OpManager MCP Server

by sachdev27

addToGroup

Add devices or interfaces to a specified group in OpManager using device names.

Instructions

addToGroup

Category: Manage and query network devices

Key parameters:

  • groupName*: Name of the Device/Interface Group with MOID in the suffix.

  • groupType*: Type of the group [Example: device|interface]

  • selectedMembers*: Device name(s) supplied as a comma-separated string. Device

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
groupNameYesName of the Device/Interface Group with MOID in the suffix. [Example: - ]
groupTypeYesType of the group [Example: device|interface]
selectedMembersYesDevice name(s) supplied as a comma-separated string. Device name is a Managed entity name as seen in the device snapshot page URL OR in 'deviceName' property of the listDevices API response
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It does not disclose prerequisites, side effects, error conditions, or what happens if the group or members already exist. The description is insufficient for safe invocation.

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 and appears incomplete (ends abruptly). It is not structured with a clear purpose statement; it simply restates the name. This is under-specification rather than conciseness.

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

Completeness2/5

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

The tool has 5 required parameters and no output schema, yet the description does not explain return values, error handling, or provide examples. It fails to give a complete picture of how to use the tool effectively.

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% with descriptions, so baseline is 3. The description repeats some parameter info (e.g., selectedMembers format) but does not add new meaning beyond the schema. No value added.

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

Purpose2/5

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

The description starts with the tool name 'addToGroup' and a vague category 'Manage and query network devices'. It does not explicitly state that the tool adds members to a group; the action is only implied through parameter names. This is nearly a tautology, providing minimal clarity beyond the name.

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 on when to use this tool versus alternatives such as listLogicalGroupMembers or other group-related tools. The description lacks any when-to-use or when-not-to-use 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/sachdev27/opmanager-mcp-server'

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