EnriVision
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENRIPROXY_URL | No | The URL of the EnriProxy server. | http://127.0.0.1:8787 |
| ENRIPROXY_API_KEY | Yes | An EnriProxy API key (configured on the EnriProxy side). | |
| ENRIVISION_TIMEOUT_MS | No | Upload timeout in milliseconds. Applied per request. | 1800000 |
| ENRIVISION_DEFAULT_LANGUAGE | No | Default language to send when the tool call does not provide language (ISO 639-1; e.g., es, en). |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_mediaA | Sube y analiza un archivo local mediante EnriProxy (extracción del lado servidor + análisis con modelo). Cuándo usarla:
Reglas:
Depuración de capturas de UI (cuando el material sean capturas de pantalla de aplicaciones):
|
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 1 tool
With only one tool, there is no possibility of confusing it with other tools. The tool's purpose is clearly defined and self-contained.
The single tool name 'analyze_media' follows a clear verb_noun pattern. There are no other names to create inconsistency.
The server has only one tool, which feels thin for a media analysis service. However, the tool is extremely comprehensive, handling many file types and modes, making the minimal count reasonable but still borderline.
The tool covers a complete analysis workflow for the server's stated purpose: upload, extraction, analysis, and support for many media types. No obvious gaps are present.