Skip to main content
Glama

configure

Save or update vision-mcp settings (API base URL, API key, and model) in the .env file. Point the server to your vision endpoint with your credentials.

Instructions

Save or update the vision-mcp configuration (baseUrl, apiKey, model) to the .env file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoVision model name. Defaults to deepseek-v4-flash-vision-exp.
apiKeyNoAPI key for the configured endpoint.
baseUrlNoAPI base URL, Defaults to ${DEFAULT_BASE_URL}.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description must carry the safety disclosure. It does state that the operation writes configuration values to the .env file, which signals a mutating file write, but it doesn't specify overwrite behavior for omitted parameters, file creation, or required permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence that states the verb, target, and parameters with no filler or redundancy. It is appropriately sized for the simple action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core function and parameters, but it leaves ambiguity about whether an invocation with only some parameters leaves others unchanged or resets them to schema defaults. Given no output schema or annotations, this is a notable gap for a config-writing tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters are fully described in the input schema (model, apiKey, baseUrl), and the description only repeats their names without adding constraints, defaults, or relationships. Schema coverage is 100%, so baseline 3 is warranted.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Save or update the vision-mcp configuration' and names the persistence target '.env file'. This clearly differentiates it from the sibling 'describe_image', which is an image-analysis tool, so an agent can select the correct tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or when-not-to-use guidance is provided, and the sibling 'describe_image' is never referenced. Usage context is only implied by the description's purpose, so an agent must infer when configuration changes are needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/HelenQ/vision_mcp'

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