exif-mcp

BSD 2-Clause "Simplified" License

read-xmp

Extract and analyze XMP metadata from images, including extended segments, using offline server capabilities. Supports various input formats like path, URL, base64, or buffer for accurate metadata retrieval.

Instructions

Read XMP metadata from an image with option for extended XMP segments

Input Schema

NameRequiredDescriptionDefault
extendedNo
imageYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "extended": { "type": "boolean" }, "image": { "additionalProperties": false, "properties": { "buffer": { "type": "string" }, "data": { "type": "string" }, "kind": { "enum": [ "path", "url", "base64", "buffer" ], "type": "string" }, "path": { "type": "string" }, "url": { "type": "string" } }, "required": [ "kind" ], "type": "object" } }, "required": [ "image" ], "type": "object" }

You must be authenticated.

Other Tools from exif-mcp

Related Tools

ID: 5hxbqhlnlk