Skip to main content
Glama
1orZero

z_ai_vision_mcp_server_clone

by 1orZero

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoVision model name sent in the request body.
VISION_TOP_PNoOptional model top_p.
VISION_API_KEYNoBearer token. Omit for local endpoints that do not require auth.
VISION_BASE_URLNoBase URL; `/chat/completions` is appended.
VISION_ENDPOINTNoFull chat completions endpoint.
VISION_PROVIDERNoLabel for your provider. Defaults to `custom`.custom
VISION_MAX_TOKENSNoOptional max_tokens.
VISION_TIMEOUT_MSNoRequest timeout. Defaults to `300000`.300000
VISION_TEMPERATURENoOptional model temperature.
VISION_MAX_IMAGE_MBNoLocal image size limit. Defaults to `5`.5

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ui_to_artifactC

Convert a UI screenshot into code guidance, a recreation prompt, a design spec, or a description.

extract_text_from_screenshotC

Extract visible text from a screenshot, including code, logs, terminal output, and documents.

diagnose_error_screenshotC

Analyze an error screenshot and suggest likely causes and fixes.

understand_technical_diagramC

Explain architecture diagrams, flowcharts, UML, ER diagrams, and related technical drawings.

analyze_data_visualizationC

Analyze charts, graphs, and dashboards for metrics, trends, anomalies, and implications.

ui_diff_checkC

Compare a reference UI screenshot with an actual implementation screenshot.

analyze_imageC

General-purpose image analysis for cases not covered by the specialized image tools.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/1orZero/z_ai_vision_mcp_server_clone'

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