Skip to main content
Glama

Analyze image (vision VLM)

analyze_image

Verify an image conforms to composition, scenery, and expression specifications; supports frame review and rubric scoring.

Instructions

1枚の画像を解析する(主用途: シナリオから導出された構図・景色・表情の生成仕様への準拠検査)。sourceはローカル絶対パス or HTTP(S) URL(PNG/JPEG/WebP・1枚16MBまで)。promptには生成仕様(promptEn/sceneEnの原文+subject/direction/台詞)を渡す。modeで検査の型を切り替えられる(既定conformance)。vlmでVLMスロット(primary/nsfw/fallback)を選べる(既定primary)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vlmNo使用するVLMスロット(既定primary。nsfw=R18検査用・未設定項目はprimaryの設定を継承。fallback=通常は失敗時の自動再試行用・明示指定も可)
modeNo検査モード(既定conformance=生成仕様への準拠検査。free=スキャフォールド無し)
promptYes画像への問い。準拠検査では生成仕様(promptEn/sceneEn原文+意図・台詞)を含める
sourceYes画像のローカル絶対パスまたはHTTP(S) URL
max_tokensNo応答トークン上限(既定4096)
max_long_edgeNoこの呼び出しの長辺上限px(0=無制限。省略=env既定)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.4.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations are absent, so the description carries full weight. It reveals defaults (mode=conformance, vlm=primary), the meaning of nsfw and fallback slots, and the meaning of free mode. It does not disclose side effects or failure modes, but this is a read-only analysis tool, so risks are limited.

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 compact and front-loaded with the core purpose, followed by parameter clarifications in a consistent structure. The parenthetical-heavy style is information-dense but slightly dense with specification text; still 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?

Given the simple schema (flat, 6 params, 2 required) and no output schema, the description covers the main aspects: purpose, defaults, parameter semantics. It lacks explicit return-value behavior or error conditions, but for an analysis tool this is a minor gap.

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

Parameters5/5

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

All parameters are described in Japanese with meaningful detail: source format, prompt content guidance, enum semantics for mode and vlm, max_tokens bounds and default, max_long_edge meaning including the 0=unlimited case and env inheritance. This goes well beyond the JSON 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?

Description states an exact verb ('解析する'), a specific resource ('画像'), and its main use case ('生成仕様への準拠検査'). It also distinguishes from sibling compare_images by focusing on single-image analysis against a prompt/spec rather than comparison.

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?

Description explains when to use the default conformance mode and what to include in the prompt for conformance checks, plus VLM slot selection semantics. It does not explicitly contrast with the sibling compare_images, but the single-image vs comparison distinction is implicit.

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/kjranyone/manga-vision-mcp'

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