Skip to main content
Glama

generate_identicon_avatar

Generate deterministic geometric identicon avatars from public keys or wallet hashes, producing SVG/PNG badge images via USDC micropayment on Base L2.

Instructions

Generates beautiful, deterministic SVG/PNG geometric identicon avatar badges from machine public keys or wallet hashes. (0.01 USDC on Base L2)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesInput parameters or JSON string payload for the tool execution
paymentSignatureNoBase L2 USDC micropayment signature or transaction hash for x402 settlement

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose useful behavioral traits: deterministic output and an on-chain payment cost (0.01 USDC on Base L2), which signals this is a paid, state-independent call. However, it does not explain the payment flow — whether paymentSignature is mandatory, what happens if it is missing, or how the SVG vs. PNG choice is made — so the value is partial.

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?

One front-loaded sentence with zero waste: core purpose first, input domain second, and the cost parenthetical last. Every element earns its place, and the determinism qualifier packs behavioral meaning into a single word.

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?

The description covers the what, the input domain, determinism, and cost, but leaves notable gaps: no output schema means the return format (SVG string? PNG bytes? URL?) is unstated, 'SVG/PNG' leaves the format selection mechanism ambiguous, and the x402 payment flow is not explained. For a simple 2-param tool this is adequate but not complete.

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

Parameters4/5

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

Although schema coverage is 100%, both schema descriptions are generic boilerplate ('Input parameters or JSON string payload...'). The tool description adds real semantic meaning by stating the payload should contain machine public keys or wallet hashes. It still doesn't specify the exact encoding (raw hex vs. JSON object), but it meaningfully compensates for the schema's vagueness.

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 ('Generates'), a precise artifact ('SVG/PNG geometric identicon avatar badges'), and the input domain ('machine public keys or wallet hashes'). The qualifier 'deterministic' further sharpens what the tool is. This clearly differentiates it from siblings like generate_placeholder_svg, generate_qr_code_svg, and generate_svg_sparkline.

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

Usage Guidelines3/5

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

Usage context is implied through the input-domain statement — an agent can infer this is for key/hash-derived avatars — but there is no explicit when-to-use, when-not-to-use, or alternative routing. It does not name any sibling (e.g., generate_placeholder_svg) to disambiguate against, leaving selection mostly to inference.

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

Deploy Server

Other Tools