Skip to main content
Glama

自分の画像からアバターを作る

create_avatar

正面・明るい・口を閉じた 1 人の写真 (PNG/JPEG、6MB まで) からアバターを作ります。生成に 2〜3 分かかるので get_avatar で ready になるのを待ってください。メール確認済みのテナントでのみ作れます。プランごとに作れる数に上限があります。 (api_key が必要: signup で受け取ったキー)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes一覧に出す名前 (60 文字まで)
api_keyYesAPI キー (sk_live_…)
voice_idNo既定の声 (省略で言語 × 性別の既定)
image_urlNo画像の URL (image_base64 の代わり)
image_base64No画像の base64 (data URL 可)
voice_genderNo声の性別 (既定 female)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With all annotations false, the description carries the behavioral burden and does so well: it discloses async latency (生成に 2〜3 分), the verified-tenant prerequisite, plan limits, and api_key requirement. It stops short of 5 because it does not discuss failure modes, duplicates, or cancellation behavior.

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?

Two sentences with information front-loaded by importance: image requirements first, then wait time, prerequisites, and quota. Every sentence contributes operational value and there is no filler or duplication of schema details.

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?

It covers prerequisites, timing, and limits, but because there is no output schema, it omits what the response contains and how to obtain an identifier to pass to get_avatar for polling. An agent can invoke the tool, but the follow-up workflow is not fully specified.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful constraints: accepted formats and size (PNG/JPEG、6MB まで), photo conditions, and that api_key comes from signup. This supplements the schema rather than repeating it.

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 states a specific verb and resource: 'アバターを作ります' (creates an avatar) and adds clear input constraints such as '正面・明るい・口を閉じた 1 人の写真'. This makes it easy to distinguish from sibling tools like delete_avatar, get_avatar, and create_api_key.

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?

It gives actionable context: generation takes 2–3 minutes and should be followed by polling get_avatar, only email-verified tenants can create, and per-plan limits apply. It does not explicitly state when-not-to-use or name alternatives, but the context is clear enough for an agent to decide when to call it.

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.

Resources