Skip to main content
Glama

img_known_tools

Scan image files to detect hidden data by checking bytes against signatures of known steganography tools like OpenStego, Steghide, and JSteg.

Instructions

Scan image file bytes for known steganography tool signatures. Checks against a database of known patterns from tools like OpenStego, Steghide, JSteg, F5, and others.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath to image file
Behavior3/5

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

With no annotations provided, the description carries the full burden. It states the tool 'scans' bytes, suggesting a read-only operation, but does not disclose whether it modifies the file, requires permissions, or handles errors. It is adequate but not exhaustive.

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 two concise sentences, front-loaded with the main purpose. Every sentence adds value, with no wasted words or redundancy.

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

Completeness2/5

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

Given the lack of an output schema, the description should explain what the tool returns (e.g., list of signatures found). It only describes the input and process, leaving the agent guessing about the output format or success indication.

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%, and the description adds little beyond the schema's description of file_path. The description mentions 'image file' but does not provide additional constraints or formatting details, so it meets the baseline without exceeding 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 uses the specific verb 'Scan' and resource 'image file bytes for known steganography tool signatures'. It lists example tools like OpenStego, Steghide, etc., which clearly distinguishes this from sibling tools like img_lsb_detect or img_chi_square that use different detection methods.

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 implies this tool is for detecting known tool patterns, which contrasts with statistical or LSB-based detection among siblings. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or context like best-suited scenarios.

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/badchars/steganography-mcp'

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