Skip to main content
Glama

APICK

이미지 한 장 생성

image_generate
Idempotent

텍스트만 사용하거나 참고 이미지와 텍스트를 함께 사용해 이미지 한 장을 생성합니다. 참고 이미지는 제품·인물·색감·구도를 이해하기 위한 자료이며 결과는 새 이미지로 만들어집니다. 장당 25포인트입니다. [이미지당 25포인트]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo표준 이미지 크기, 기본 1024x1024
promptYes생성 프롬프트, 최대 28,000자
backgroundNo배경 방식
output_formatNo출력 포맷
idempotency_keyNo같은 요청의 재전송으로 인한 중복 생성·과금을 막는 고유 키
reference_image_urlNo새 이미지의 제품·인물·색감·구도 참고용 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already signal non-read-only, non-destructive, and idempotent behavior. The description adds useful context: reference images are not modified, the result is always a new image, and each image costs 25 points. It does not contradict any annotation.

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?

The description is short and front-loaded with the core function and key caveats. The only minor redundancy is the cost being stated twice: '장당 25포인트입니다' followed by '[이미지당 25포인트]'.

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?

For a 6-parameter tool with no output schema, the description covers generation modes, reference semantics, and cost, while the schema covers input details. The main gaps are the lack of explicit sibling differentiation from batch/editing tools and no indication of what the response contains.

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 schema covers all 6 parameters with 100% description coverage, so the baseline is 3. The description adds no parameter-level detail beyond the schema; the reference-image semantics ('제품·인물·색감·구도') are already present in the schema property description. Cost is additional context but not parameter semantics.

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 action and resource: '이미지 한 장을 생성합니다' — generate one image. It distinguishes itself from siblings by emphasizing '한 장' (single image, vs image_batch_create) and '결과는 새 이미지' (new image, vs edit-like operations).

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?

The description gives clear context for the two input modes: text-only or reference image plus text, and explains the reference image is only a guide. However, it does not explicitly state when to choose this tool over image_batch_create or image_edit, nor does it list exclusions, so the routing decision is mostly implicit.

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

B3.1/5.0
Disambiguation2/5

Multiple tools target the same documents with unclear boundaries: identi_card_image1, ocr_identi1, and identity_document_id_card all accept a resident registration card image but differ in verification vs extraction vs masking, which agents will struggle to distinguish. The identi_card1-5 vs identi_card_image1-5 vs ocr_identi1-5 clusters are especially confusing, despite some helpful descriptions.

Naming Consistency2/5

Naming is highly inconsistent: some tools use verb_noun (check_phone_valid, search_juso, pdf_merge), some are bare nouns (whois, nslookup, ocr, stt), and identity tools use three parallel schemes (identi_card1, identi_card_image1, ocr_identi1, identity_document_id_card) with no clear pattern. No single convention is followed across the toolset.

Tool Count1/5

88 tools is an extreme count for a single MCP server, spanning identity verification, parcel tracking, LLM chat, image generation, PDF conversion, TTS, and network lookups. This is an API marketplace dump rather than a focused toolset, and the number far exceeds any reasonable scope.

Completeness2/5

The server's scope is unbounded, so it has gaps everywhere: no video transcription shortcut, no PDF splitting, no batch cancellation for images (only TTS), and identity clusters lack clear differentiation between verify/extract/mask workflows. Some subdomains like TTS have a full lifecycle, but overall the coverage is scattered and incomplete for the implied breadth.