Skip to main content
Glama

Grok MCP Plugin

image_understanding

Analyze images using Grok AI vision capabilities to extract information, answer questions, and understand visual content based on text prompts.

Instructions

Analyze images using Grok AI vision capabilities (Note: Grok 3 may support image creation)

Input Schema

NameRequiredDescriptionDefault
base64_imageNoBase64-encoded image data (without the data:image prefix)
image_urlNoURL of the image to analyze
modelNoGrok vision model to use (e.g., grok-2-vision-latest, potentially grok-3 variants)grok-2-vision-latest
promptYesText prompt to accompany the image

Input Schema (JSON Schema)

{ "properties": { "base64_image": { "description": "Base64-encoded image data (without the data:image prefix)", "type": "string" }, "image_url": { "description": "URL of the image to analyze", "type": "string" }, "model": { "default": "grok-2-vision-latest", "description": "Grok vision model to use (e.g., grok-2-vision-latest, potentially grok-3 variants)", "type": "string" }, "prompt": { "description": "Text prompt to accompany the image", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from Grok MCP Plugin

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/Bob-lance/grok-mcp'

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