Skip to main content
Glama

cleanuparr_test_notification_provider

Destructive

Test a notification provider with its specific configuration to verify setup and ensure alerts are delivered correctly.

Instructions

Test a notification provider using its provider-specific DTO.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYes
provider_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The annotation includes destructiveHint: true, which warns of potential side effects, but the description itself adds no behavioral context. It does not explain what testing involves, whether it sends a real notification, or what destructive consequences might occur. The phrase 'using its provider-specific DTO' is about parameters, not behavior, leaving the agent uninformed about the tool's actual side effects.

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 a single sentence that is concise and front-loaded with the verb 'Test'. There is no redundant information, and every word contributes to the core purpose. It is highly efficient for its length.

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?

Despite the presence of an output schema, the overall context provided is insufficient. The tool involves a dynamic nested object parameter and a destructive annotation, yet the description gives no guidance on how to construct the DTO, what side effects to expect, or when testing is appropriate. A more complete description would explain the test process and any external interactions.

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?

With 0% schema description coverage, the description must compensate. It adds some meaning by indicating that the 'provider' parameter is a DTO specific to the 'provider_type', which helps clarify the relationship between the two parameters. However, it does not enumerate possible provider types or the expected structure of the DTO, so the agent still lacks concrete details for invoking the tool correctly.

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 clearly states the verb 'Test' and the resource 'notification provider', making its purpose immediately recognizable. It also distinguishes itself from sibling tools that create, update, delete, or list notification providers. However, it does not specify what 'test' entails (e.g., sending a notification or validating connectivity), leaving some ambiguity.

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 such as create_notification_provider or update_notification_provider. There is no mention of typical use cases, prerequisites, or exclusions. The single sentence is purely a functional statement without contextual advice.

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/SavageCore/cleanuparr-mcp'

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