Skip to main content
Glama

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
recognize_textB

识别图片中的文字内容(OCR)。支持中文、英文等多种语言。支持 PNG、JPG、JPEG、BMP、GIF、WebP 格式。

list_ocr_languagesB

列出 OCR 支持的语言及其代码

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one lists supported languages, while the other performs OCR text recognition. There is no overlap in functionality, making it impossible to confuse them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (list_ocr_languages, recognize_text) with clear, descriptive names that align well with their functions. No deviations or mixed conventions are present.

Tool Count3/5

With only 2 tools, the server feels thin for an OCR domain, as it lacks operations like batch processing, format conversion, or configuration management. While the core OCR function is covered, the scope is minimal and may limit agent workflows.

Completeness3/5

The server covers basic OCR functionality (list languages and recognize text), but there are notable gaps such as no tools for image preprocessing, batch OCR, or error handling. It provides a starting point but lacks comprehensive coverage for advanced OCR tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues