Skip to main content
Glama
LxyMp
by LxyMp

describe_image

Describe image content using vision models. Supports local file paths and public URLs for analyzing UI, extracting text, and recognizing objects.

Instructions

使用视觉模型描述一张图片的内容。支持传入本地绝对路径或公网 URL,自动识别路径类型并处理。适合分析 UI 界面、提取图片中的文字、识别物体和场景等。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes图片路径:本地绝对路径(如 /Users/name/Pictures/photo.jpg)或公网 URL(如 https://example.com/image.png)
detailNo视觉精度,默认 auto。传什么就用什么,直接透传给 API。
promptNo可选的描述指引,例如"描述这张图片中的文字"或"分析这个UI界面布局和交互元素"
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It adds valuable behavioral detail (auto-detection of local path vs URL) but lacks information on error handling, performance, or limitations.

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 concise (3 sentences) and front-loaded with the core purpose. It could be slightly more compressed, but it is clear and efficient overall.

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

Completeness3/5

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

Given the absence of an output schema, the description does not explain the return value format or content. While input handling and use cases are covered, this gap reduces completeness for an agent.

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?

With 100% schema coverage, the description primarily restates parameter purposes. It adds no additional semantics, examples, or clarifications beyond what the input schema already provides.

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

Purpose4/5

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

The description clearly states the action (describe) and resource (image content) with specific use cases. However, it does not explicitly differentiate from sibling tools like compress_image and v, which reduces clarity slightly.

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

Usage Guidelines3/5

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

The description lists suitable use cases (UI analysis, text extraction, object recognition) but does not specify when to avoid using the tool or compare with alternatives. Usage guidance is implied rather than explicit.

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/LxyMp/vision-for-reasonix'

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