Skip to main content
Glama

list_genres

List all available genres (content types) and their themes for eBook generation. Call this first to discover what types of books Scrivibe can create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only operation via the word 'List' and adds sequencing context, but it does not explicitly disclose side effects, return format, or any operational traits beyond that. For a simple list tool, this is adequate but not rich.

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?

Two sentences, no redundancy. The first sentence states the function, the second provides usage guidance. Every word earns its place, and the information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description tells the agent what the tool returns (genres and themes) and when to call it. Since there is no output schema, it does not detail the return structure, but for a simple list tool with no parameters, this is sufficient for an agent to select and invoke correctly.

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 tool has zero parameters, so the baseline is 4. The description correctly focuses on the output and usage rather than parameter semantics, which are irrelevant here.

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 clearly states the action ('List all available genres and their themes'), the resource (genres/content types), and the context (for eBook generation). It also distinguishes this from sibling tools by positioning it as a discovery step before generation.

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

Usage Guidelines4/5

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

The description explicitly says 'Call this first,' providing clear when-to-use guidance. It does not explicitly mention when not to use it or name alternatives, which would merit a 5, but the sequencing advice is valuable and unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool serves a distinct function: listing genres, generating, checking status, downloading, and retrying. No two tools overlap in purpose, so an agent can confidently select the right one.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_genres, generate_ebook, get_job_status, etc.). This makes the toolset predictable and easy to navigate.

Tool Count5/5

Five tools is well-scoped for an eBook generation service, covering the essential workflow without unnecessary bloat. Each tool earns its place in the set.

Completeness5/5

The toolset covers the full lifecycle: discover genres, generate, track progress, download the result, and retry failures. There are no obvious gaps that would cause agent failures in the core workflow.

Resources