Skip to main content
Glama

ocr_batch_vision

Extract text from multiple images in one batch using Apple Vision OCR, returning a single consolidated result. Suitable for CJK and European languages on macOS.

Instructions

OCR multiple images at once. Returns consolidated results.

Backend: vision. Apple Vision OCR — fast on-device GPU/ANE inference (macOS 10.15+). Best for CJK + major European languages. Zero install on macOS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo
modeNobase
pathsYes
Behavior4/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 discloses backend details (Apple Vision, GPU/ANE inference), platform requirement (macOS 10.15+), language support, and that results are 'consolidated'. This adds meaningful context beyond the basic operation, though it does not detail output structure or error behaviors.

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 and front-loaded with the main action, then adds backend context in a separate section. Each sentence serves a purpose, but the backend details could be integrated more smoothly without affecting clarity.

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?

With no output schema and no annotations, the description should reasonably explain return values and parameter usage. It covers the main functionality but leaves out specifics about the 'consolidated results' format and how to use 'lang' and 'mode', making it minimally adequate rather than fully complete.

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?

Schema description coverage is 0%, and the description does not compensate by explaining the parameters (paths, lang, mode). While 'paths' is self-explanatory, 'lang' and especially 'mode' remain ambiguous without any semantic detail beyond their default values.

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 function: 'OCR multiple images at once' with a specific verb and resource scope. It distinguishes itself from siblings by emphasizing batch processing and the 'vision' backend, which aligns with the sibling names (ocr_batch_vision vs single-image variants and other backends).

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 provides context on when the tool is appropriate: 'Best for CJK + major European languages' and 'Zero install on macOS'. It implies a preference for Apple Vision over other backends, but does not explicitly mention alternatives or exclusion criteria, so it falls short of a 5.

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/timaliev/mcp_ocr'

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