Skip to main content
Glama

Server Details

Scrivibe — AI eBook Generator

Generate complete, professional multi-chapter eBooks with a single tool call. Scrivibe uses Anthropic Claude to write full-length books chapter by chapter — fiction, non-fiction, business, self-help, romance, and 70+ more genres — and delivers a downloadable EPUB file ready for Kindle, Apple Books, or any reader.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 5 of 5 tools scored.

Server CoherenceA
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.

Available Tools

5 tools
download_epub_urlAInspect

Get a temporary signed download URL for a completed eBook. The URL is valid for 1 hour and does not require any authentication headers.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_idYesThe job ID of the completed book.
Behavior4/5

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

With no annotations provided, the description carries the full burden and discloses useful behavioral traits: the URL is temporary, valid for 1 hour, and requires no authentication headers. This adds value beyond the schema, though it does not mention error handling or what happens if the job is not completed.

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 two concise sentences with the main purpose stated first, followed by key constraints. There is no redundancy or unnecessary detail, making it highly efficient.

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?

For a simple tool with one parameter and no output schema, the description adequately covers the core details: purpose, temporary nature, duration, and authentication requirements. It could be more complete by describing the response format or error scenarios, but the essentials are present.

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

Parameters3/5

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

The schema already provides 100% coverage for the single parameter, job_id, with the description 'The job ID of the completed book.' The tool description does not add additional parameter semantics beyond what the schema already states, so a baseline score of 3 is appropriate.

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 specific action ('Get a temporary signed download URL') and resource ('completed eBook'). This distinguishes it from sibling tools like generate_ebook, get_job_status, list_genres, and retry_job, which have different purposes.

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 description implies this tool should be used for completed eBooks, providing some context, but it does not explicitly state when to use this tool versus alternatives or mention any exclusions. No guidance on checking job status first or using retry_job if needed.

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

generate_ebookAInspect

Start generating a complete multi-chapter eBook using AI. Costs $0.45 per chapter (e.g., 10 chapters = $4.50). Returns a payment link that the user must visit to pay before generation begins. After payment, use get_job_status to track progress.

ParametersJSON Schema
NameRequiredDescriptionDefault
toneNoWriting tone (e.g. 'professional', 'casual', 'academic', 'humorous').
emailNoBuyer's email address. If provided, enables invoice history and receipt delivery. Returning buyers with the same email share a single billing profile.
genreNoGenre name from list_genres (e.g. 'literature_fiction', 'nonfiction', 'romance'). Defaults to 'literature_fiction'.
titleYesThe title of the book
authorNoAuthor name for the book.
languageNoISO 639-1 language code (e.g. 'en', 'es', 'fr'). Defaults to 'en'.
descriptionNoBook description/premise/blurb to guide the AI generation.
chapter_countYesNumber of chapters to generate (1-50).
target_audienceNoTarget audience (e.g. 'beginners', 'young adults', 'professionals').
Behavior4/5

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

With no annotations, the description carries the full burden—and it delivers. It discloses per-chapter cost, the fact that a payment link is returned, that payment must occur before generation begins, and the async nature via get_job_status. This is significant behavioral context beyond the bare function.

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?

Three sentences, all information-dense: purpose, cost, payment flow, and next step. No fluff, front-loaded with the main action. Ideal size for a tool description.

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?

Despite lacking an output schema, the description explains the return value (payment link) and the asynchronous workflow. It doesn't mention job ID or how to use retry_job, but the core initiate-pay-track flow is covered. Given the tool's complexity with 9 params and payment, this is reasonably complete.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value for chapter_count by explaining the cost model ($0.45/chapter), but it doesn't add semantics for other parameters. It's adequate but not exceptional in compensating for any schema gaps.

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 opens with a specific verb+resource: 'Start generating a complete multi-chapter eBook using AI.' This clearly distinguishes generate_ebook from siblings like download_epub_url (download result), get_job_status (track), and list_genres (list categories). No ambiguity about what this tool does.

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?

It explicitly states to use get_job_status after payment for progress tracking, providing a clear next step. The pricing and payment-link flow imply this is the initiation tool, though it doesn't explicitly say 'use this instead of retry_job for new generations.' Still, the context is strong enough to guide tool selection.

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

get_job_statusAInspect

Check the status and progress of an eBook generation job. Returns status, chapters_done, total_chapters, and download_url when complete.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_idYesThe job ID returned by generate_ebook.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states the return fields (status, chapters_done, total_chapters) and the conditional nature of download_url (only when complete), which gives the agent insight into expected behavior. It stops short of describing error cases or eventual statuses like failure, but for a status-check tool it provides adequate transparency.

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 two concise sentences. The first sentence states the action and target, and the second lists the return values and their condition. There is no wasted wording or redundancy, making it efficient and easy to parse.

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?

Given the lack of an output schema and annotations, the description does well by explicitly listing return fields and the condition for download_url. However, it does not mention possible job statuses (e.g., failed, pending) or how to handle errors, which could be inferred from the sibling retry_job tool. For a simple polling tool, this is nearly complete but leaves a small gap around failure handling.

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

Parameters3/5

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

The input schema already provides 100% coverage for the single parameter job_id with a clear description ('The job ID returned by generate_ebook'). The tool description does not add any additional meaning or constraints about the parameter, so it does not exceed the baseline set by schema coverage.

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 states a specific action ('Check the status and progress') on a clear resource ('an eBook generation job'). It distinguishes this tool from siblings like generate_ebook, retry_job, and download_epub_url by focusing on status retrieval. The purpose is unambiguous and directly actionable.

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 description implies usage after job creation (via 'download_url when complete' and the schema's reference to generate_ebook), but it does not explicitly state when to use this tool versus alternatives like retry_job. No exclusions or alternative conditions are provided, so the guidance is limited to an implied workflow rather than explicit recommendations.

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

list_genresAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.

retry_jobAInspect

Retry a paid eBook generation job that failed server-side. This re-queues the original job without charging again — use this whenever get_job_status reports a failed job that was previously paid for, instead of calling generate_ebook (which would create a new payment).

ParametersJSON Schema
NameRequiredDescriptionDefault
job_idYesThe job ID of the previously paid job that failed.
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It reveals two key behaviors: the operation does not charge again, and it re-queues the original job. This goes beyond a generic retry claim, though it doesn't cover potential side effects or return values.

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 with no fluff. The first sentence states the action and target; the second clarifies the usage context and alternative. Front-loaded and efficient.

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

Completeness5/5

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

For a simple retry tool with a single parameter and no output schema, the description is complete: it covers purpose, usage triggers, and differentiation from alternatives. No missing information that would hinder correct selection or invocation.

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

Parameters3/5

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

Schema coverage is 100%, so the parameter job_id is fully documented in the schema. The description adds no additional parameter semantics beyond restating that it is the previously paid job, which is already in the schema description. Baseline 3 applies.

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 tool's function: 'Retry a paid eBook generation job that failed server-side.' It explicitly distinguishes from sibling tool generate_ebook, which creates a new payment, making purpose unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'use this whenever get_job_status reports a failed job that was previously paid for.' It also names the alternative (generate_ebook) and explains why not to use it (would create a new payment), offering clear exclusions.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources