Skip to main content
Glama

describe_image

Describes images for text-only LLM agents by analyzing screenshots, diagrams, logs, and photos with a vision-language model, accepting file paths, URLs, data URIs, or base64 strings.

Instructions

Analyze one or more images with a vision-language model (VLM) and return a text description. USE THIS TOOL when an image cannot be attached directly to the conversation but the model needs to see it: screenshots and screen recordings, error dialogs / crash screens, terminal or log output captured as images, charts, plots and diagrams, UI mockups and designs, photos, memes, or whenever a message references an image file path, http(s) URL, data: URI, or base64 string.Provide the image as: a local file path (relative paths resolve against the server working directory), an http(s) URL, a data: URI, or a raw base64 string. Pass a single string, or an array of strings to describe several images together (the reply contains one section per image).Optional parameters: question for a targeted question (overrides task), task preset (describe | ocr | ui | qa, default describe), detail level (low | high | auto, default high; forwarded only by the OpenAI-compatible provider).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskNoPreset task. Ignored when question is provided.describe
imageYesImage location(s): a local file path (relative paths resolve against the working directory), an http(s) URL, a data: URI, or a raw base64 string. Pass one string, or an array of strings for multiple images.
detailNoImage detail level sent to the vision API. Only the OpenAI-compatible provider forwards it.high
questionNoOptional targeted question about the image(s). When provided, overrides task.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the full burden of disclosing behavior. It specifies the model used (VLM), return format (text description, one section per image), accepted input formats (paths, URLs, data URIs, base64), and nuances like 'relative paths resolve against the server working directory' and 'detail ... forwarded only by the OpenAI-compatible provider.' This goes well beyond the bare minimum.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but well-organized: it begins with the core purpose, then covers when to use, input formats, and optional parameters. Every section earns its place; the only minor deduction is for slight redundancy with the schema, which could be trimmed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, no annotations, and no sibling tools, the description still fully equips an agent: it explains input formats, output structure ('the reply contains one section per image'), parameter overrides, and provider-specific behavior. This is more than sufficient for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and each parameter already includes a descriptive comment in the schema. The description largely restates this information (e.g., 'question for a targeted question (overrides task)' matches the schema's 'Overrides task') rather than adding entirely new semantic detail. It does offer minor clarifications like the array meaning 'several images together,' but this is also already in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource: 'Analyze one or more images with a vision-language model (VLM) and return a text description.' It clearly distinguishes when this tool is needed (when an image cannot be attached directly to the conversation) and lists concrete use cases, which effectively differentiates it from any hypothetical alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells agents when to use the tool: 'USE THIS TOOL when an image cannot be attached directly to the conversation' followed by a comprehensive list of scenarios (screenshots, error dialogs, charts, etc.). This provides clear context and practical guidance without needing to name sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/huangzhixin0420/agent-eyes-mcp'

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