Skip to main content
Glama

quake_story

Regenerate a story completely fresh. Same original idea, but creates a brand new version from scratch with new text and media. Like a "do-over". Not available for Model B accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputYesWhat to create: md (storybook), song (AI music), or drama (AI video)
storyIdYesThe story to regenerate. Use list_stories to find your story first.
durationNoOverride duration (optional)
playStyleNoOverride play writing style (optional)
songStyleNoOverride music artist style (optional)
dramaStyleNoOverride director style (optional)
dramaThemeNoVideo theme override (optional)
scriptStyleNoOverride writing style (optional)
songDurationNoOverride song duration (optional)

TDQS

A3.8/5.0
Behavior3/5

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

Without annotations, the description must disclose behavioral traits. It implies mutation ('regenerate', 'creates brand new version') but doesn't specify whether it overwrites the original story, consumes credits, or has other side effects.

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 concise, front-loaded with the key action and outcome, and includes a quick clarification and restriction in minimal sentences.

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?

Despite 9 parameters and no output schema, the description is too brief. It omits details about the return value, how overrides work, and what happens to the original story; a more complete description would help the agent invoke correctly.

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 no extra meaning to the parameters beyond what their descriptions already provide.

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 purpose: regenerate a story completely fresh, like a do-over. It distinguishes from siblings by emphasizing 'from scratch' and 'new text and media'.

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 that the tool is not available for Model B accounts, providing a usage restriction. However, it does not mention when to use it vs alternatives like remix_story, which could clarify context.

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

A3.9/5.0
Disambiguation4/5

Tools have mostly distinct purposes. The only potential overlap is between create_story and quake_story, but quake_story is explicitly a 'do-over' with limitations, so confusion is minimal.

Naming Consistency4/5

Most tools follow verb_noun pattern (e.g., create_story, get_balance), but 'login' and 'signup' are single verbs, and 'quake_story' uses an unconventional verb. This is a minor inconsistency.

Tool Count5/5

With 10 tools covering account management, payments, story CRUD, and specialized operations (quake, remix), the count is well-scoped for the platform's purpose.

Completeness4/5

Covers core lifecycle (create, read, list, delete stories) plus payments and authentication. Missing update_story for editing metadata, but this is a minor gap.

Resources