Skip to main content
Glama

image_metadata

Extract full metadata from an image, including file info, dimensions, DPI, color space, and EXIF data with camera details and GPS coordinates.

Instructions

Extract full metadata from an image.

Returns file info (size, timestamps, SHA-256), image properties (format, dimensions, DPI, colour space), and EXIF data including camera make/model, datetime, and GPS coordinates.

Args: path: Absolute path to the image file (must be under home directory)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It states the path constraint (must be under home directory) and lists the types of data returned, but does not mention permissions, supported formats, or error conditions. It's a read-only operation by nature, but that is not explicitly stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with a lead sentence, a bullet-like list of returned metadata, and an Args section. It is appropriately sized and the first sentence front-loads the purpose. A slight reduction in detail would be possible, but it is not bloated.

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?

The output schema exists, so return values are already documented. The description covers the parameter, the main behavior, and the path constraint. It lacks details on error cases or supported formats, but for a metadata extraction tool with an output schema, this is sufficient.

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?

The schema only defines 'path' as a string with no description (coverage 0%). The description compensates by specifying 'Absolute path to the image file (must be under home directory)', giving both format and a critical constraint. This is full explanatory coverage for the single parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the verb 'Extract' with a clear object ('full metadata from an image') and enumerates the metadata categories (file info, image properties, EXIF). However, it does not explicitly distinguish from sibling tools like ocr_image or extract_text, so it's clear but lacks explicit sibling differentiation.

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 description implies usage for metadata extraction but does not state when to prefer this over OCR or text extraction. It provides context about what the tool returns but no exclusions or alternative references.

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/palimpsest-labs/image-analysis-mcp'

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