Skip to main content
Glama

should_use_atlas_vision

Determine if the current main model supports native vision; returns true for text-only models when images are referenced, false for models with built-in vision.

Instructions

Check whether the coding agent should call Atlas Vision tools for the current main model. Call this before analyze_image, ocr_image, or other Atlas tools when routing is unclear. Returns should_use_atlas_vision=false when the main model supports native vision (e.g. GPT-4o, Claude, Composer) — the model can see images directly. Returns true for text-only models (DeepSeek, GLM) when images are referenced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_textNo
main_model_refYes
supports_visionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes
main_model_refYes
recommendationYes
images_detectedYes
capability_sourceYes
supports_native_visionYes
should_use_atlas_visionYes
Behavior4/5

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

Explains the core logic: returns false for models with native vision, true for text-only models with image references. Lacks details on error handling or edge cases, but the logic is well explained given no annotations.

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?

Extremely concise: two sentences that front-load the purpose and provide key return behavior. Every sentence adds value.

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?

Covers the primary use case with return value details. An output schema exists, so return structure is handled. Lacks explanation of failure modes or unknown model handling, but is sufficient for a simple routing tool.

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

Parameters2/5

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

With 0% schema coverage, the description only hints at 'main_model_ref' but does not explain the other parameters ('message_text', 'supports_vision'). This is a notable gap for an agent to understand the full input.

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: to check whether Atlas Vision tools should be called based on the main model's capabilities. It distinguishes itself from sibling tooling actors by serving as a prerequisite router.

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?

Explicitly advises calling this before other Atlas tools when routing is unclear. Implicitly discourages use when main model supports native vision, but does not fully elaborate on when not to use.

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/QuangThai/vision-bridge-mcp'

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