Image EXIF Editor
Edit and modify EXIF metadata in images including rotation, author, camera, and other common metadata fields using ExifTool
API-Dokumentation
Request-Endpunkt
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| imageFile | file (Upload erforderlich) | Ja | Upload JPEG or TIFF image file (formats that support EXIF metadata) |
| operation | select | Nein | Choose the EXIF operation to perform |
| artist | text | Nein | Set the artist or author name in EXIF metadata |
| copyright | text | Nein | Set copyright information in EXIF metadata |
| comment | textarea | Nein | Set image description or comment in EXIF metadata |
| dateTime | text | Nein | Set the date and time the image was taken (format: YYYY-MM-DD HH:MM:SS) |
| make | text | Nein | Set camera manufacturer information |
| model | text | Nein | Set camera model information |
| software | text | Nein | Set software used to process the image |
| orientation | select | Nein | Set image orientation (will rotate the image accordingly) |
| keepOriginal | checkbox | Nein | Preserve original EXIF data while adding new information |
Dateitypparameter müssen erst über POST /upload/image-exif-editor hochgeladen werden, um filePath zu erhalten, dann filePath an das entsprechende Dateifeld übergeben.
Antwortformat
{
"filePath": "/public/processing/randomid.ext",
"fileName": "output.ext",
"contentType": "application/octet-stream",
"size": 1024,
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-image-exif-editor": {
"name": "image-exif-editor",
"description": "Edit and modify EXIF metadata in images including rotation, author, camera, and other common metadata fields using ExifTool",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-exif-editor",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Unterstützt URL-Dateilinks oder Base64-Codierung für Dateiparameter.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]