Skip to main content
Glama

aaddyy_jewelry_designer

Create custom jewelry designs by choosing jewelry type, style, and material to generate concept art or detailed visualizations for rings, necklaces, earrings, and bracelets.

Instructions

Create unique jewelry designs using AI. Select materials, styles, gemstones, and custom settings to generate concept art or detailed design visualizations for rings, necklaces, earrings, bracelets, and more. (~5 credits)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
materialYes
occasionNo
gemstonesNo
complexityNo
num_imagesNo
output_typeNo
price_rangeNo
aspect_ratioNo
design_styleYes
jewelry_typeYes
color_paletteNo
engraving_textNo
target_audienceNo
cultural_influenceNo
design_descriptionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

B3.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 must carry the full behavioral burden. It usefully discloses the approximate credit cost (~5 credits) and output nature (concept art or detailed visualizations), but it omits authorization requirements, rate limits, latency, or failure behavior for a generative AI tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two well-formed sentences with no boilerplate, and the core purpose is front-loaded. The credit cost is efficiently appended in parentheses. It could be slightly more structured for a 15-parameter tool, but it avoids bloat.

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?

Given 15 parameters, 0% schema coverage, no output schema, and no annotations, the description is insufficient. It does not explain the return format, how many images are produced by default, or what additional parameters control, leaving the agent with significant blind spots when invoking the tool.

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

Parameters2/5

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

Schema description coverage is 0% across 15 parameters, so the schema provides no guidance. The description names materials, styles, gemstones, and custom settings, which partially maps to a few fields, but it leaves most parameters (occasion, complexity, num_images, output_type, price_range, aspect_ratio, color_palette, engraving_text, target_audience, cultural_influence, design_description) entirely unexplained.

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?

States a specific verb and resource: 'Create unique jewelry designs using AI.' It names the artifact types (rings, necklaces, earrings, bracelets) and the generative output (concept art or detailed visualizations), making it immediately distinguishable from siblings like tshirt_designer or image_generator.

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

Usage Guidelines2/5

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

Provides no explicit guidance on when to use this tool versus alternatives such as aaddyy_image_generator or aaddyy_tshirt_designer. The purpose implies a jewelry-specific use case, but nothing tells the agent when this is the right choice or what prerequisites exist.

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