Skip to main content
Glama
SavageCore
by SavageCore

seerr_create_settings_notifications_webhook_test

Test webhook notification settings by performing a write operation on your Seerr instance to confirm configuration.

Instructions

Test webhook settings WRITE: this modifies your Seerr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false. The description adds a clear 'WRITE' warning and states that it modifies the Seerr instance, which is valuable context beyond the raw annotations. However, it does not detail what exactly gets modified or what side effects occur, leaving some ambiguity.

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 front-loaded with the key term 'Test webhook settings' and uses a colon to emphasize the WRITE aspect. Every word contributes meaning, and there is no redundant or irrelevant text.

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?

While the tool is relatively simple and an output schema exists, the description lacks crucial information: what the test actually does, what the 'body' parameter is for, and when to use this over similar test tools. The sibling list contains many similar *_test tools, so this description does little to differentiate the tool or cover its full context.

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

Parameters1/5

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

The schema has one optional 'body' parameter with additionalProperties true and 0% description coverage. The description provides no explanation of what 'body' should contain, leaving the agent without guidance for constructing a proper request. This is a significant gap for such a loosely defined parameter.

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 that this tool tests webhook settings and explicitly marks it as a WRITE operation that modifies the Seerr instance. This adds a behavioral qualifier beyond the tool name, but it is somewhat terse and could be more specific about the actual action (e.g., sending a test webhook notification).

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?

There is no explicit guidance on when to use this tool versus alternatives. The description implies it is for testing webhook settings, but it does not mention alternatives or provide context like 'use to verify configuration before saving.'

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/seerr-mcp'

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