Skip to main content
Glama
SavageCore
by SavageCore

seerr_create_settings_notifications_email_test

Test email notification settings on your Seerr instance. Sends a test email to verify configuration.

Instructions

Test email settings WRITE: this modifies your Seerr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The annotations already indicate readOnlyHint=false, so the 'WRITE' label and 'modifies your Seerr instance' are somewhat redundant. The description does not disclose what side effects occur—whether it sends an actual test email, records a test result, or requires certain settings to be pre-configured. This is important behavioral context for a test operation that goes beyond the annotations.

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 sentence with the core verb 'Test' front-loaded, followed by a concise WRITE warning. There is no extraneous wording, and the structure is easy to parse. However, the brevity comes at the cost of omitting necessary detail, so it is concise but not comprehensive.

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?

Given the generic schema, lack of parameter descriptions, and an output schema that is not shown, the description bears the full burden of explaining what the tool does and what is expected. It fails to describe the test behavior, potential prerequisites, or the nature of the modification. For a tool in a group with many similar test tools, this level of detail is insufficient.

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 input schema provides only a generic 'body' object with additionalProperties true and no property descriptions; schema description coverage is 0%. The description offers no guidance on what the body should contain—whether it needs email settings, a recipient address, or can be empty. This leaves the agent entirely uninformed about how to construct a valid request.

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 identifies the action as 'Test email settings', which is a specific verb and resource. It distinguishes itself from the sibling create tool by the word 'Test', though it does not specify whether this means sending a test email or validating connectivity. The WRITE warning clarifies that it is a modifying operation, but the core purpose is understandable.

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 related seerr_create_settings_notifications_email or the list variant. No mention of prerequisites, such as first configuring email settings, or when to prefer testing over creating. The description does not reference alternatives or provide contextual usage scenarios.

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