Skip to main content
Glama
Cognitive-Stack

Orion Vision MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.6/5.0

Scored across 2 tools

Disambiguation1/5

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.

Naming Consistency3/5

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.

Tool Count2/5

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.

Completeness2/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues