Skip to main content
Glama
SavageCore
by SavageCore

bookshelf_test_all_notification

Verify alert delivery by sending test notifications to every configured notification channel in your Bookshelf instance.

Instructions

Create notification testall. WRITE: this modifies your Bookshelf instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The description adds 'WRITE: this modifies your Bookshelf instance,' which is somewhat redundant with readOnlyHint: false but does explicitly acknowledge side effects. However, it fails to disclose that this tool likely triggers actual test notifications to external services, which is a key behavioral trait beyond a simple write. No mention of what changes occur or if anything is reset.

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 very brief, but the phrasing is awkward and includes the unclear construction 'testall' as a single word. It is not well-structured, reading as two fragments rather than a coherent statement, though it is concise.

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 simple tool with no parameters, the description still leaves major gaps: the core purpose is unclear, it doesn't explain what 'testall' means or what output to expect, and it omits the likely side effect of sending notifications. The presence of an output schema doesn't compensate because the description doesn't clarify the tool's behavior.

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

Parameters4/5

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

With zero parameters and an empty input schema, the description has no parameter burden. The baseline for 0 params is 4, and the description does not introduce any ambiguity about arguments, so this score is appropriate.

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

Purpose2/5

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

The description 'Create notification testall' is ambiguous and likely misuses the verb 'Create'; the tool likely tests all notifications, not creates them. It fails to clearly distinguish itself from siblings like bookshelf_test_notification or other test_all tools, as it doesn't explicitly state the testing action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/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 alternatives. There is no mention of prerequisites, exclusions, or comparisons to bookshelf_test_notification or other test_all tools, leaving the agent without context for selection.

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

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