analyze_screenshot
Analyzes any image in an RPG Maker MV project, returning detailed descriptions of tilesets, sprites, maps, and other assets via vision API.
Instructions
Analyze an image from the RPG Maker MV project using an OpenAI-compatible Vision API. Can analyze: tilesets (tile categories, rows/cols), character sprites (directions, poses), map screenshots (terrain, events, layout), battlers, faces, etc. Returns a detailed textual description. Configure VISION_API_URL, VISION_API_KEY, and VISION_MODEL via environment variables. Works with any OpenAI-compatible vision endpoint (LocalAI, Ollama, NVIDIA, OpenAI, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Relative path to the image within the project (e.g. "img/tilesets/Outside.png" or "img/characters/Actor1.png") | |
| prompt | No | Custom analysis prompt (optional). Default: RPG Maker specific analysis in Spanish. | |
| resize_max | No | Max width in pixels to resize the image before sending (default: 1024, saves tokens) |