Skip to main content
Glama

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

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