Skip to main content
Glama

byteplus_generate_image

Generate logos, UI/UX mockups, and document illustrations using BytePlus ModelArk Seedream. Choose a purpose to automatically route to the appropriate Seedream model and image size.

Instructions

Generate gambar via BytePlus ModelArk (Seedream) untuk logo, mockup UI/UX, dan ilustrasi dokumen.

Tool ini memanggil API BytePlus images/generations dengan model keluarga Seedream. Pemakaian otomatis mengurangi kuota gratis akun (Seedream 4.5: 200 gambar, Seedream 4.0: 200 gambar) sebelum menyentuh saldo berbayar.

Args: params (GenerateImageInput): Parameter tervalidasi: - prompt (str): Deskripsi gambar (bahasa Inggris disarankan), 3-2000 karakter - model (Optional[ImageModel]): Override model secara eksplisit - purpose (Optional[Purpose]): 'logo'|'mockup' -> Seedream 4.5, 'document' -> Seedream 4.0 - size (ImageSize): '1K'|'2K'|'4K' (default 2K) - count (int): 1-6 gambar per request - save_to_disk (bool): Download hasil ke folder output lokal (default true) - watermark (bool): Watermark ByteDance (default false) - seed (Optional[int]): Untuk hasil reproducible

Returns: str: JSON berisi status, model terpakai, URL gambar (valid 24 jam), dan path lokal jika berhasil di-download.

Contoh sukses: { "status": "success", "model": "seedream-4-5-251128", "count": 1, "images": [ {"url": "https://ark-content-generation...", "local_path": "C:/Users/.../logo-duta.jpg", "size_kb": 335} ], "usage_tokens": 16384 }

Kapan dipakai: - "Buatkan logo ..." -> purpose='logo' - "Mockup halaman utama web ..." -> purpose='mockup' - "Ilustrasi untuk proposal ..." -> purpose='document'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description discloses meaningful behavioral traits beyond the annotations: quota consumption ('mengurangi kuota gratis akun'), URL validity ('valid 24 jam'), local download behavior via save_to_disk, watermark default, and output JSON structure. Annotations only flag readOnly=false/idempotent=false/destructive=false, so this behavioral detail is additive and non-ctradictory.

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?

The description is long but well-structured with clear sections: purpose, Args, Returns, success example, and usage triggers. The most important scoping information is front-loaded, and each section adds actionable value rather than repeating boilerplate.

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

Completeness5/5

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

For an external API tool with quota implications, multiple models, download behavior, and a JSON return format, the description is effectively complete. It includes an output example, parameter semantics, default behavior, and use-case routing; the only minor omission is sekuence_format, which is already covered in the schema.

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?

Despite the reported low top-level schema coverage, the Args block documents the main parameters with defaults, constraints, and purpose-to-model mapping, which adds practical meaning beyond the raw schema. It omits sekuence_format from the prose, but the schema already defines that parameter fully, so the gap is minor.

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 leads with a concrete verb and resource: 'Generate gambar via BytePlus ModelArk (Seedream)' and enumerates concrete use cases: logo, mockup UI/UX, and dokumen ilustrasi. This makes the tool's purpose unambiguous and clearly distinguishes it from the sibling 'byteplus_list_models'.

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 'Kapan dipakai' section provides explicit usage triggers with purpose mapping ('Buatkan logo' -> purpose='logo', etc.), which is clear practical guidance. It does not explicitly mention when not to use the tool or compare it to alternatives, so it stops short of the highest bar.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alecslacker/byteplus-image-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server