Skip to main content
Glama

AI Manga & Anime Generator - Mangii MCP

List manga styles

manga.list_styles
Read-onlyIdempotent

List the 24 canonical Mangii art styles with live style ids. Call this before manga.create_story. Experimental and alias ids are excluded. Filter with group or limit when you only need one look.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoOptional style group. Example: shonen_action or painterly_artistic. Omit to return every selectable style.
limitNoOptional max number of styles to return after filtering. Example: 6.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoMachine error code such as invalid_request, insufficient_credits, or quality_forbidden.
stylesYesSelectable styles.
messageNoHuman-readable error. Never includes stack traces or internal paths.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so an agent knows this is a safe read. The description layers on the valuable addition that ids are 'live' (real-time) and that experimental/alias values are excluded, which affects result interpretation. The '24 canonical' count also sets accurate expectations. These details enrich—but don't fully transform—what annotations already convey, so not a 5.

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 deliver purpose, sequencing, exclusions, and filtering options with zero waste. The most critical information (what it lists) is front-loaded, and the sibling-tool reference is efficiently woven in. Every clause earns its place.

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 read-only list tool with 2 optional, fully-documented parameters, a present output schema, and complete safety annotations, this description covers all bases: what, when-to-call, exclusions, and how to filter. There is no missing information an agent would need to invoke it 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% with thorough type, enum, and description fields on both group and limit parameters. The description's 'Filter with group or limit when you only need one look' does add use-case framing beyond the schema, but the schema already carries the semantic weight. This aligns with the baseline-3 expectation when schema documentation is comprehensive.

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 and resource: 'List the 24 canonical Mangii art styles with live style ids.' This precisely scopes what the tool returns and is clearly distinct from its content-creation siblings. Mentioning 'Call this before manga.create_story' explicitly distinguishes it from a named sibling.

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 gives explicit when-to-use guidance: 'Call this before manga.create_story.' It also explains the exclusion of experimental and alias ids, setting expectations for output. It stops short of naming an alternative tool for when this one doesn't apply, but the sequencing mandate and filter hints provide solid directional 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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: story creation, continuation, regeneration, panel listing, story listing, style listing, credit lookup, credit purchase, and job polling. Even the credit-related tools are clearly separated by purchase versus query. There is no meaningful overlap that would confuse an agent.

Naming Consistency5/5

All tools consistently use the manga. prefix with snake_case verb_noun names like create_story, list_panels, and regenerate_panel. The pattern is uniform across the entire set, making the API predictable and easy to navigate.

Tool Count5/5

Nine tools is a well-scoped size for a manga generation server: three creation-oriented tools, three listing tools, two credit tools, and one async job helper. Each tool serves a clear, non-redundant role in the workflow.

Completeness4/5

The core manga creation lifecycle is well covered: create, continue, regenerate, list stories, and list panels, plus style discovery and credit management. The only notable gaps are destructive operations like deleting stories or panels and perhaps a story detail endpoint, but these are not essential to the primary generation workflow.