Skip to main content
Glama
SavageCore
by SavageCore

bookshelf_get_config_naming_examples

Read-only

Get naming convention examples for your Bookshelf configuration. Preview how book files and author folders will be named based on your settings.

Instructions

List config naming examples. Query params: renameBooks, replaceIllegalCharacters, colonReplacementFormat, standardBookFormat, authorFolderFormat, includeAuthorName, includeBookTitle, includeQuality, replaceSpaces, separator, numberStyle, id, resourceName.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
separatorNo
number_styleNo
rename_booksNo
resource_nameNo
replace_spacesNo
include_qualityNo
include_book_titleNo
include_author_nameNo
author_folder_formatNo
standard_book_formatNo
colon_replacement_formatNo
replace_illegal_charactersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already communicates that this is a safe read operation. The description adds no additional behavioral context (e.g., rate limits, side effects, or output format). It does not contradict the annotation, but it also provides no extra transparency beyond the annotation.

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 concise and front-loaded with the purpose, but the appended parameter list is redundant (the schema already lists them) and inconsistent due to the case mismatch. It earns partial credit for brevity but loses points for the unnecessary and misleading list.

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?

With 13 optional parameters and no parameter descriptions, the description is insufficient for an agent to understand how to configure the query. The output schema exists, but it does not clarify parameter semantics. The description does not explain what constitutes a 'naming example' or how the parameters affect the result.

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?

The input schema has 0% parameter description coverage, so the description must compensate. Instead, it lists parameter names in camelCase (renameBooks, replaceIllegalCharacters) that do not match the schema's snake_case names (rename_books, replace_illegal_characters). This mismatch could lead to incorrect invocation. The list also provides no meaning beyond the schema's property names.

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

Purpose5/5

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

The description specifies 'List config naming examples' with a clear verb and resource. This distinguishes it from related sibling tools like bookshelf_get_config_naming and bookshelf_get_config_naming_by_id, which likely return the actual configuration rather than examples.

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

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose implies when to use (when you need naming examples), but the description does not explicitly state alternatives or exclusions. No guidance is provided for when to prefer this tool over related config naming tools.

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