Skip to main content
Glama
uno-km

AMEVA MCP Advanced Toolkit

by uno-km

steg_encode

Hide secret text or binary data in PNG/BMP image pixels using LSB steganography, with optional password encryption for confidentiality.

Instructions

임의의 기밀 텍스트나 바이너리 데이터를 PNG/BMP 이미지의 픽셀 LSB에 육안으로 식별 불가능하게 숨깁니다 (스테가노그래피 인코딩).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cover_image_base64Yes커버 이미지(PNG/BMP)의 Base64 문자열
secret_dataYes숨길 기밀 텍스트 또는 Base64 인코딩된 바이너리
passwordNo데이터 암호화에 사용할 비밀번호 (선택)
Behavior3/5

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

Discloses LSB insertion and invisibility, but omits important behaviors like output format, image capacity limits, potential quality degradation, and requirement for steg_decode to retrieve data. Since no annotations exist, description could be more thorough.

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?

Single sentence efficiently conveys the core functionality. No wasted words.

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 steganography tool with no output schema, the description lacks return value details (e.g., encoded image format), capacity constraints, and prerequisites. It is minimally adequate but could better support correct invocation.

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?

Schema coverage is 100%, so description adds limited value. It echoes parameter descriptions (e.g., 'secret text or binary', 'password for encryption') but does not provide additional syntax or format details 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 specifies the action (hide/inject), resource (PNG/BMP image pixel LSBs), and technique (steganography). It distinguishes itself from siblings like steg_decode and other unrelated tools.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. No mention of prerequisites, limitations, or when not to use it (e.g., for non-image data, or if detection avoidance is critical).

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/uno-km/MCP-Advanced-Toolkit'

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