multimodal_config_status
Checks that required vision environment variables (VISION_BASE_URL, VISION_API_KEY, VISION_MODEL) are configured, returning a boolean status for each without exposing the API key.
Instructions
Report whether the required vision env vars are set (never the values).
Call once after first wiring the server into a client, to confirm VISION_BASE_URL, VISION_API_KEY and VISION_MODEL are all configured. The API key itself is never exposed; only a boolean.
Returns: str: JSON with vision_base_url_set, vision_api_key_set, vision_model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |