Skip to main content
Glama
WormAlien

opencode-openai-vision-mcp

by WormAlien

vision

Analyze local images and return descriptions. Accepts optional questions for targeted analysis.

Instructions

Analyze a local image file using a vision-capable model and return a text description. Use this whenever the user shares an image/screenshot. Pass the absolute file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute path to the image file on disk.
questionNoOptional. What to look for or ask about the image. Defaults to a full description.
Behavior3/5

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

No annotations are provided, so the description must cover behavioral aspects. It explains that the tool uses a 'vision-capable model' and returns text, but it does not disclose potential failure modes (e.g., unsupported file formats), permissions needed, or whether the operation reads but does not modify data. This leaves gaps for an AI agent.

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

Conciseness5/5

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

The description is extremely concise: two sentences that immediately convey the tool's purpose, usage context, and a key requirement (absolute path). No redundant information is present.

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

Completeness4/5

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

Given the tool's simplicity (2 parameters, no output schema), the description covers essential aspects: what the tool does, when to use it, and a key parameter requirement. It could elaborate on return format or limitations, but it is largely sufficient for a straightforward tool.

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 coverage is 100%, so the description's contribution is limited. It reiterates that the path should be an 'absolute file path,' which is already in the schema. The description does not add new semantics beyond the schema, meeting the baseline for high coverage.

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 clearly states the tool's purpose: 'Analyze a local image file using a vision-capable model and return a text description.' It includes a specific use case ('whenever the user shares an image/screenshot'), distinguishing it from potential alternatives even though no siblings are listed.

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

Usage Guidelines4/5

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

The description explicitly advises when to use this tool: 'Use this whenever the user shares an image/screenshot.' While it does not provide when-not or alternatives, the guidance is clear and context-appropriate given no siblings.

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/WormAlien/OpenCode-vision-OmniRoute'

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