Skip to main content
Glama

MetaTag Genie

writeImageMetadata

Write tags, descriptions, people, and location data directly into image files for better organization and metadata management using MetaTag Genie's tool.

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" }

Other Tools from MetaTag Genie

Related Tools

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/terryso/meta_tag_genie'

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