MetaTag Genie

writeImageMetadata

Add or update metadata (tags, description, people, location) to image files using a structured input for organized and detailed file management.

Instructions

Writes metadata (tags, description, people, location) to an image file.

Input Schema

NameRequiredDescriptionDefault
filePathYes
metadataYes
overwriteNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "minLength": 1, "type": "string" }, "metadata": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "location": { "type": "string" }, "people": { "items": { "type": "string" }, "type": "array" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "overwrite": { "default": true, "type": "boolean" } }, "required": [ "filePath", "metadata" ], "type": "object" }

You must be authenticated.

Other Tools from MetaTag Genie

Related Tools

    ID: 560gtamvaj