Skip to main content
Glama

strip_metadata

Remove EXIF and metadata from images to protect privacy by creating clean copies without embedded information.

Instructions

Remove all EXIF and metadata from an image for privacy.

Creates a clean copy of the image with no embedded metadata.

Args: path: Absolute path to the image file. output_path: Where to save. Defaults to _clean..

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's behavior: it removes metadata for privacy, creates a clean copy (implying non-destructive operation), and specifies default output naming. However, it does not mention potential side effects, file format support, or error conditions, leaving some gaps.

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 front-loaded with the core purpose, followed by outcome and parameter details in a structured format. Every sentence adds value without redundancy, and the Args section is efficiently formatted, making it easy to parse quickly.

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 tool's moderate complexity (2 parameters, no annotations, but with an output schema), the description is largely complete. It covers purpose, behavior, and parameters well. The presence of an output schema means return values need not be explained, but it could benefit from mentioning supported image formats or error handling for full completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate fully. It clearly explains both parameters: 'path' as the absolute path to the image file, and 'output_path' with its default behavior ('Defaults to <name>_clean.<ext>'). This adds essential meaning beyond the bare schema, making parameter usage clear.

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 the specific action ('Remove all EXIF and metadata') and target resource ('from an image'), distinguishing it from sibling tools like compress_image or resize_image. It explains the privacy purpose and outcome ('Creates a clean copy of the image with no embedded metadata'), making the tool's function unambiguous.

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 usage for privacy purposes when metadata removal is needed, but does not explicitly state when to use this tool versus alternatives (e.g., get_image_info for viewing metadata) or any prerequisites. It provides basic context but lacks explicit guidance on tool selection among siblings.

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/Adityaaery20/media-mcp'

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