Skip to main content
Glama
SavageCore
by SavageCore

seerr_create_settings_notifications_ntfy_test

Send a test notification to ntfy.sh to validate settings. This operation writes to your Seerr instance, so use it to confirm your notification configuration works.

Instructions

Test ntfy.sh settings WRITE: this modifies your Seerr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description explicitly states 'this modifies your Seerr instance', which is a useful warning about the side effect. Since annotations already declare readOnlyHint=false, this is not a new insight, but it does reinforce the behavior without contradicting the annotations. It does not disclose what exactly gets modified or what the 'test' does beyond writing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is a single short sentence, so it is concise, but the structure is awkward with the unnecessary capitalized 'WRITE' and the vague phrase 'Test ntfy.sh settings WRITE'. It is not well-formed for clarity, though it wastes few words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool that likely sends a test notification or updates settings, the description is severely incomplete. It does not explain what the test does, what request body to send, what the response indicates, or how it differs from the non-test sibling tool. With many sibling tools and no output schema details, this description is inadequate for correct tool selection and invocation.

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 only parameter is a generic 'body' object with additionalProperties true and no schema descriptions (0% coverage). The description does not mention parameters at all, leaving the agent with no guidance on what fields to include for a ntfy test.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb 'Test' and resource 'ntfy.sh settings', and the 'test' suffix distinguishes it from the sibling create_settings_notifications_ntfy. However, the meaning is muddled by the capitalized 'WRITE' and the contradictory statement that it modifies the instance, making it unclear whether this sends a test notification or actually saves settings.

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 guidance on when to use this tool versus the sibling create_settings_notifications_ntfy. The 'test' in the name implies it should be used to validate ntfy settings, but the description does not state any context, prerequisites, or alternatives.

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