Skip to main content
Glama

Grok MCP

chat_with_vision

Analyze and discuss images by uploading files or URLs, then ask questions about visual content to get detailed insights and information.

Input Schema

NameRequiredDescriptionDefault
detailNoauto
image_pathsNo
image_urlsNo
modelNogrok-4-0709
promptYes

Input Schema (JSON Schema)

{ "properties": { "detail": { "default": "auto", "title": "Detail", "type": "string" }, "image_paths": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Image Paths" }, "image_urls": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Image Urls" }, "model": { "default": "grok-4-0709", "title": "Model", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

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/merterbak/Grok-MCP'

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