Skip to main content
Glama
bluematador

blue-matador-mcp-server

Official
by bluematador

create_opsgenie_notification

Create an OpsGenie notification integration to send monitoring alerts from Bluematador to OpsGenie, filtering by specified severities like alert, warning, and anomaly.

Instructions

Create an OpsGenie notification integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the OpsGenie integration
apikeyYesOpsGenie API key
severitiesYesEvent severities to include (e.g., ["alert", "warning", "anomaly"])
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits, but it only states the creation action. It does not reveal whether the operation is idempotent, what happens on duplicate names, if the API key is validated immediately, or any side effects (e.g., overwriting existing integrations). Agents are left to assume default mutation behavior.

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, concise sentence that conveys the core action. However, it omits critical context that could be included without increasing length significantly (e.g., 'use this to send alerts to OpsGenie'). It is not verbose, but the trade-off is under-informativeness in other dimensions.

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?

Given the tool has three required parameters, no output schema, and no annotations, the description is minimally adequate. It covers the 'what' but not the 'how' or 'outcome'. For a creation tool, agents would benefit from knowing the response structure or error conditions, which are absent.

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% (all three parameters are described in the schema), so the baseline is 3. The description adds no extra meaning; it simply restates the purpose. The schema already defines 'name', 'apikey', and 'severities' with descriptions, so the tool description does not enhance parameter understanding.

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 'Create an OpsGenie notification integration' clearly indicates the verb 'create' and the resource 'OpsGenie notification integration', distinguishing it from sibling tools that target different services (e.g., PagerDuty, email). It is specific enough to convey the tool's function.

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?

The description provides no guidance on when to use this tool versus alternatives like create_pagerduty_notification or create_email_notification. It does not mention prerequisites, such as having an OpsGenie account or API key ready, nor does it clarify the expected context (e.g., which project or integration settings apply).

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/bluematador/blue-matador-mcp-server'

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