Orion Vision MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze-documentC | Analyzes a document using Azure Form Recognizer and returns structured data |
| extract-form-dataC | Extracts structured data from forms using Azure Form Recognizer |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have nearly identical purposes: both use Azure Form Recognizer to extract structured data from documents/forms. 'analyze-document' and 'extract-form-data' are functionally indistinguishable, with no clear boundary between them. This high ambiguity will cause agents to misselect between tools.
Both tools use kebab-case naming, which is consistent. However, the verb choices ('analyze' vs 'extract') are different despite similar functionality, creating minor inconsistency. The naming pattern is readable but not perfectly aligned in purpose.
With only 2 tools, the server feels thin for a vision/document processing domain. A typical MCP server for this scope would include more operations like text extraction, image analysis, or OCR configuration. The minimal tool count limits functionality and suggests incomplete coverage.
For a vision/document processing server, there are significant gaps: no image analysis tools, no OCR configuration, no batch processing, and no support for different document types beyond forms. The surface is severely limited, focusing only on form data extraction without broader vision capabilities.