Skip to main content
Glama

analyze

Analyze existing image files to understand content, extract text, or answer questions using AI vision models.

Instructions

Analyzes a pre-existing image file from the local filesystem using a configured AI model.

This tool is useful when an image already exists (e.g., previously captured, downloaded, or generated) and you need to understand its content, extract text, or answer specific questions about it.

Capabilities:

  • Image Understanding: Provide any question about the image (e.g., "What objects are in this picture?", "Describe the scene.", "Is there a red car?").

  • Text Extraction (OCR): Ask the AI to extract text from the image (e.g., "What text is visible in this screenshot?").

  • Flexible AI Configuration: Can use server-default AI providers/models or specify a particular one per call via 'provider_config'.

Example: If you have an image '/tmp/chart.png' showing a bar chart, you could ask: { "image_path": "/tmp/chart.png", "question": "Which category has the highest value in this bar chart?" } The AI will analyze the image and attempt to answer your question based on its visual content. PeepIt MCP 1.0.0-beta.1 using openai/gpt-4o, ollama/llava:latest

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_pathNoRequired. Absolute path to image file (.png, .jpg, .webp) to be analyzed.
questionYesRequired. Question for the AI about the image.
provider_configNoOptional. Explicit provider/model. Validated against server's PEEPIT_AI_PROVIDERS.

Other Tools

Latest Blog Posts

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/MantisWare/peepit'

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