Skip to main content
Glama

parse_document

Parse documents via OCR by submitting a file path, URL, or base64 content. Optionally wait for completion.

Instructions

Submit a document to OcrPlane OCR and optionally wait for completion.

Provide exactly one document input: file_path, file_url, or base64_content. For large files, prefer file_url. The tool returns a compact summary; use get_markdown or get_content_blocks to page through large results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoch
waitNo
backendNopipeline
file_urlNo
filenameNo
file_pathNo
end_page_idNo
parse_methodNoauto
table_enableNo
start_page_idNo
base64_contentNo
formula_enableNo
timeout_secondsNo
poll_interval_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It mentions optional waiting and that the initial result is a compact summary, but does not disclose auth needs, rate limits, or details about the submission process.

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 three sentences with no fluff, front-loading the core purpose. Could be slightly more structured by grouping parameter details, but overall efficient.

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

Completeness2/5

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

Given 14 parameters and an output schema, the description omits details on most parameters. It provides good guidance on pagination alternatives but lacks parameter semantics, making it incomplete.

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 only explains the mutual exclusivity of file_path, file_url, and base64_content, plus wait. It fails to describe 11 other parameters like backend, parse_method, table_enable, etc.

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 submits a document to OcrPlane OCR, specifies required input (file_path, file_url, or base64_content), and distinguishes from sibling tools like get_markdown and get_content_blocks.

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 advises preferring file_url for large files and directs users to get_markdown or get_content_blocks for large results, providing clear context and alternatives. No explicit when-not-to-use, but sufficient guidance.

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/asharca/ocrplane-cli'

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