Skip to main content
Glama
KALYN100

my-mcp-server

by KALYN100

generate-image

Generates an image from a text prompt using Hugging Face FLUX.1-schnell model. Supports custom dimensions, steps, and seed for reproducible results.

Instructions

텍스트 프롬프트를 이미지로 생성합니다. Hugging Face Inference (nscale)의 FLUX.1-schnell을 기본으로 사용합니다. HF_TOKEN 환경 변수가 필요합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo재현 가능한 결과를 위한 시드 값
modelNo사용할 Hugging Face 모델 ID (기본값: black-forest-labs/FLUX.1-schnell)black-forest-labs/FLUX.1-schnell
stepsNo추론 스텝 수 (1~8, 기본값: 4)
widthNo이미지 가로 크기 (256~1536, 기본값: 1024)
heightNo이미지 세로 크기 (256~1536, 기본값: 1024)
promptYes이미지를 생성할 텍스트 프롬프트

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes사용한 모델 ID
promptYes입력 프롬프트
mimeTypeYes이미지 MIME 타입
sizeBytesYes이미지 바이트 크기
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the use of an external Hugging Face inference service and the token requirement, but does not detail aspects like rate limits, timeout, or synchronous/asynchronous 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?

The description is only two sentences, front-loading the core purpose and adding essential context (model and token requirement). No superfluous content.

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

Completeness4/5

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

Given the comprehensive schema and output schema, the description adequately covers the main non-schema details (environment variable). Minor omissions like network dependency are acceptable.

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% coverage with descriptions for all parameters. The description adds minimal extra information (default model and token requirement), not enhancing parameter understanding beyond the schema.

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 clearly states that the tool generates images from text prompts using Hugging Face Inference with a default model. It distinguishes well from sibling tools like greet, calculator, etc., which are unrelated.

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 mentions the need for the HF_TOKEN environment variable, which is a prerequisite. However, it doesn't explicitly state when to use this tool versus alternatives, but given sibling tools are unrelated, the context is sufficient.

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/KALYN100/my-mcp-server'

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