Skip to main content
Glama
rollecode

seerr-mcp

by rollecode

create_settings_notifications_discord_test

Idempotent

Send a test Discord notification to verify that your notification settings are configured correctly.

Instructions

Test Discord settings.

POST /api/v1/settings/notifications/discord/test

Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior2/5

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

Annotations already convey non-destructive and idempotent behavior, but the description does not disclose that this likely sends a test message to Discord or that it requires configured Discord settings. 'Test' implies an action but does not explain the 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.

Conciseness4/5

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

The description is short, front-loaded with the purpose, and clearly separates the endpoint and body guidance. It earns its place but sacrifices behavioral detail that would make it more useful.

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?

For a tool with an open request body and many closely related siblings, the description leaves too much to inference. It does not explain the actual test behavior, prerequisites, or when to use it, leaving the agent dependent on external schema endpoints and sibling names.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage and an open body object, the description only labels body as 'Request payload' and points to the GET/schema endpoint for fields. It adds a discovery hint but fails to name or explain any expected body fields, so it does not sufficiently compensate for the missing 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 opens with 'Test Discord settings' and the explicit endpoint, giving a specific verb and resource. It distinguishes the tool from siblings like create_settings_notifications_discord by the test action, though it does not explain what testing entails.

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 when-to-use or alternatives are provided. The only guidance, 'Read the matching GET or the /schema endpoint first,' is about discovering request fields, not about when this tool should be selected over the many sibling test and settings tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools