Skip to main content
Glama
thrashy

New Relic MCP Server

by thrashy

create_notification_channel

Create a notification channel to deliver alerts via email, webhook, Slack, PagerDuty, or ServiceNow by linking it to an existing destination.

Instructions

Create a notification channel linked to a destination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the notification channel
destination_idYesID of the destination to link to
productNoProduct type (IINT for Applied Intelligence)IINT
typeYesChannel type (EMAIL, WEBHOOK, SLACK, etc.)
propertiesNoChannel-specific properties
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. The description only states 'linked to a destination' implying a relationship, but does not disclose important behaviors such as whether the creation is idempotent, what permissions are required, or what happens on duplication. This is insufficient for a mutation tool.

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, clear sentence with no superfluous words. It is appropriately concise for the information it conveys, though it could be more informative without losing 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?

With 5 parameters (including a nested object and enum), no output schema, and no mention of return values, error handling, or constraints, the description is incomplete. A creation tool typically needs more context about the response and potential failure modes. The description only covers the bare minimum.

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%, so the baseline is 3. The description's phrase 'linked to a destination' adds marginal meaning to the 'destination_id' parameter, but does not compensate for the lack of additional context for other parameters like 'properties' or 'type'. Overall, it adds limited value beyond the schema.

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 'Create a notification channel' which clearly identifies the verb and resource. However, it does not differentiate from the sibling tool 'create_notification_destination', which is a related but distinct resource. The description lacks details on what distinguishes a channel from a destination.

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. There is no mention of prerequisites, exclusions, or comparisons with sibling tools. An agent would not know whether to choose this over 'create_notification_destination' or other creation tools.

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/thrashy/mcp-newrelic'

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