Skip to main content
Glama
SavageCore
by SavageCore

bookshelf_test_all_indexer

Create a test for all indexers to verify connectivity and configuration, ensuring your Bookshelf instance works correctly.

Instructions

Create indexer 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 consistent with readOnlyHint=false but adds no new behavioral information beyond what annotations already provide. There is no disclosure of side effects, whether tests run asynchronously, or what the operation actually does to indexers.

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 short and not verbose, but the first sentence 'Create indexer testall' is unclear and fails to effectively front-load purpose. The second sentence is a redundant warning. Overall it is concise in length but not optimally structured.

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?

The description does not clearly state that the tool tests all indexers, nor does it explain the operation's effects or when it should be used. Even with an output schema and no parameters, the missing clarity about core functionality leaves the description incomplete.

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?

The input schema has zero parameters, so the description has no parameters to explain. Per the rubric, 0 params earns a baseline of 4. The description does not introduce any param-related ambiguity.

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 indexer testall' is vague and awkwardly phrased; it is unclear whether the tool creates something called 'testall' or tests all indexers. The tool name better suggests the actual purpose than the description, but the description does not clearly state a specific verb and resource.

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?

The description provides no guidance on when to use this tool versus alternatives like 'bookshelf_test_indexer' (singular). It only states a generic write warning, leaving the agent without context about appropriate 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/bookshelf-mcp'

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