Skip to main content
Glama

enrich_metadata

AI-powered artwork analysis. Two tiers: 'standard' (1 GCX) = SEO-optimized title, description, keywords, alt_text via Nova-Lite. 'premium' (2 GCX, default) = full 8-section Golden Codex museum-grade analysis via Nova/Gemini 2.5 Pro. Optionally customize metadata fields and add a Soul Whisper personal message. ($0.20 / 2 GCX)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoMetadata tier: 'standard' (1 GCX — SEO title/description/keywords/alt_text) or 'premium' (2 GCX — full Golden Codex 8-section analysis)premium
imageYesBase64-encoded PNG/JPEG image
titleNoArtwork title (leave blank for AI to suggest one)
contextNoCreator's brief — technical/artistic context for AI analysis (e.g. 'SD 3.5 Large, impressionist style')
artist_nameNoArtist/creator name (embedded in metadata)
content_typeNoContent type hint: 'artwork' or 'photo' — affects analysis styleartwork
soul_whisperNoOptional personal message embedded in metadata — visible to anyone who reads the image's provenance (premium tier only)
creation_yearNo4-digit creation year
copyright_holderNoCopyright owner name

TDQS

A3.5/5.0
Behavior3/5

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

The description adds useful context beyond annotations: pricing ($0.20 / 2 GCX), the underlying AI models (Nova-Lite vs. Nova/Gemini), and default premium tier. However, it does not disclose the actual side effects of the operation—whether it modifies the asset's metadata, returns the generated metadata, or requires ownership. Given that readOnlyHint=false, the description should clarify what non-read-only action occurs, which it does not.

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

Conciseness3/5

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

The description is a single dense sentence that packs in tiers, costs, models, customization, and pricing. It is reasonably concise but structurally cluttered—the pricing notation '($0.20 / 2 GCX)' is confusingly appended at the end. The information is front-loaded with 'AI-powered artwork analysis' but the run-on style reduces clarity.

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

Completeness3/5

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

Given the tool's complexity (9 parameters, nested objects, two tiers, no output schema), the description covers the main purpose and tier selection well but omits key operational details: what the tool returns (metadata fields? updated asset?) and whether it writes to the asset. It also doesn't mention authentication requirements or prerequisites beyond the image. The missing output behavior is a notable gap.

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 has 100% description coverage, so the schema already explains all 9 parameters. The description adds value by naming the tiers and their cost, and by mentioning customization of metadata fields, but it does not provide additional details about parameter syntax or format beyond what the schema already contains. This aligns with the baseline score of 3 for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it performs AI-powered artwork analysis to generate metadata, with specific outputs (SEO-optimized title, description, keywords, alt_text) and a premium tier producing 'Golden Codex' analysis. The verb 'analysis' is less direct than 'enrich' but is specific enough to convey the resource (artwork) and action. It does not explicitly differentiate from sibling tools like infuse_metadata, so it loses a point for missing sibling distinction.

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 provides clear usage context by explaining the two tiers (standard vs. premium) and their respective outputs, helping agents choose based on cost and depth. It also mentions optional customization and Soul Whisper, which guides when to use these features. However, it does not explicitly state when to use this tool over alternatives such as infuse_metadata, so it falls short of a perfect score.

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.6/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between get_artwork and get_artwork_oracle, which both retrieve artwork metadata with different detail levels, potentially causing confusion. Other tools like enrich_metadata and infuse_metadata also have related but distinct functions, but descriptions help clarify differences.

Naming Consistency4/5

Tool names generally follow a consistent verb_noun pattern (e.g., check_balance, delete_asset, resize_image), with minor deviations like mockup_image (noun_verb) and get_artwork_oracle (longer compound name). Overall, the naming is readable and predictable, though not perfectly uniform.

Tool Count3/5

With 27 tools, the count is borderline high for a single server, as it covers a broad range of functionalities from artwork retrieval to image processing and compliance. While each tool seems useful, the scope feels heavy and could overwhelm agents, suggesting it might be better split into more focused servers.

Completeness5/5

The tool set provides comprehensive coverage for digital asset management, artwork analysis, and image processing, including CRUD operations (save_asset, get_asset, list_assets, delete_asset), metadata enrichment, compliance, and various image utilities. No obvious gaps are present for the stated domain.

Resources