Skip to main content
Glama
SavageCore
by SavageCore

seerr_create_settings_notifications_pushbullet_test

Test Pushbullet notification settings by writing a test to your Seerr instance. Confirm delivery or receive error details instantly.

Instructions

Test Pushbullet 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?

The description explicitly warns 'WRITE: this modifies your Seerr instance,' which adds behavioral context beyond the annotations (readOnlyHint=false, destructiveHint=false). This is useful because the word 'Test' might otherwise suggest a harmless read-only check, but the description clarifies the mutation side effect.

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, concise sentence that front-loads the purpose ('Test Pushbullet settings') and immediately appends the critical warning about the write behavior. There is no redundant information or filler.

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 having an output schema, the description is incomplete for correct usage: it lacks any guidance on what body payload to send, what success or failure looks like, and when to use this tool relative to other settings-test tools. The agent is left to guess the side effects beyond 'modifies your Seerr instance.'

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 schema description coverage at 0%, the description should explain what the 'body' parameter should contain, but it does not. The only hint is 'Pushbullet settings,' implying the body likely holds settings to test, yet no structure or required fields are given. The default empty object may mislead the agent into thinking no payload is needed.

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 tool as a test action for Pushbullet settings and explicitly states it is a write operation that modifies the Seerr instance. This distinguishes it from read-only settings tools, though the exact meaning of 'Test' (e.g., sending a test notification) is left ambiguous.

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 guidance is provided on when to use this tool versus the sibling tools such as seerr_create_settings_notifications_pushbullet or seerr_list_settings_notifications_pushbullet. The description does not mention prerequisites, expected workflow, or alternatives, leaving the agent to infer context from the tool name alone.

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