Skip to main content
Glama

MCP Image Recognition Server

describe_image

Generate detailed descriptions of images using base64-encoded data. Ideal for uploaded images in chat conversations, providing accurate analysis via advanced vision APIs.

Instructions

Describe an image from base64-encoded data. Use for images directly uploaded to chat.

Best for: Images uploaded to the current conversation where no public URL exists. Not for: Local files on your computer or images with public URLs. Args: image: Base64-encoded image data prompt: Optional prompt to guide the description Returns: str: Detailed description of the image

Input Schema

NameRequiredDescriptionDefault
imageYes
promptNoPlease describe this image in detail.

Input Schema (JSON Schema)

{ "properties": { "image": { "title": "Image", "type": "string" }, "prompt": { "default": "Please describe this image in detail.", "title": "Prompt", "type": "string" } }, "required": [ "image" ], "title": "describe_imageArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Image Recognition Server

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/mario-andreschak/mcp-image-recognition'

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