Skip to main content
Glama

magnific_library_create

Create a reusable library asset (character/product/location) from 1-6 images. Use the returned numeric id in generation refs (same id Spaces uses). No LoRA training.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
typeYes
genderNo
imagesYes
descriptionNo
productTypeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations are all false (write-op, non-idempotent), so the description's "Create" is consistent and adds value beyond them. It discloses the return payload shape (a numeric id), the compatibility property of that id (same id Spaces uses), and a non-goal (no LoRA training). It does not discuss duplicate-creation behavior or failure modes, but for a creation tool with minimal annotations, it provides meaningful extra context.

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, each earning its place: core purpose, return-value usage, and a clarifying non-goal. The content is front-loaded and free of filler. The parenthetical "(same id Spaces uses)" is a compact, high-value clarification rather than redundancy.

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 covers the essential loop—create from images, get an id, use that id in generation refs—which is the core knowledge an agent needs. Gaps include missing conditional-parameter guidance (e.g., when 'gender' vs 'productType' applies), potential duplicate outcomes from non-idempotent calls, and image sourcing requirements. Still, it is largely complete for a creation tool with no output schema.

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 description coverage is 0%, so the description must compensate. It adds real semantic value: the image-count bound "1-6 images" for the 'images' array and the expanded enum meanings "(character/product/location)" for 'type'. However, it leaves 'name', 'gender', 'description', and 'productType' unexplained, including which optional fields apply to which asset type—a notable gap for handling the 6 parameters correctly.

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+scope: "Create a reusable library asset (character/product/location) from 1-6 images." It clearly distinguishes this from siblings like magnific_library_list (listing) and magnific_images_generate (generating images) by framing it as asset-library creation. The parenthetical enum values align with the schema's 'type' property.

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 actionable downstream guidance: "Use the returned numeric `id` in generation refs (same id Spaces uses)." This tells the agent when this tool fits into a workflow (preparing reusable refs for generation). "No LoRA training" sets expectations about what this tool is not. It lacks explicit exclusionary language naming alternatives, but the usage context is clear.

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.