Skip to main content
Glama

MCP Image Recognition Server

describe_image_from_url

Generate detailed descriptions of images using a public URL. Ideal for analyzing web images, this tool supports optional prompts to guide descriptions and works with any server deployment method.

Instructions

Describe an image from a public URL. Most reliable method for web images.

Best for: Images with public URLs accessible from the internet. Advantages: Works regardless of server deployment method (local/Docker). Not for: Local files or images already uploaded to the current conversation. Args: url: Direct URL to the image (must be publicly accessible) prompt: Optional prompt to guide the description Returns: str: Detailed description of the image

Input Schema

NameRequiredDescriptionDefault
promptNoPlease describe this image in detail.
urlYes

Input Schema (JSON Schema)

{ "properties": { "prompt": { "default": "Please describe this image in detail.", "title": "Prompt", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "describe_image_from_urlArguments", "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