Skip to main content
Glama

Computer Vision MCP Server

by samhains

caption_image

Generate descriptive captions for images from URLs or local files using AI vision models. Describe key subjects, scenes, and moods in concise language.

Input Schema

NameRequiredDescriptionDefault
backendNo
file_pathNo
image_urlNo
local_model_idNo
promptNoWrite a concise, vivid caption for this image. Describe key subjects, scene, and mood in 1-2 sentences.

Input Schema (JSON Schema)

{ "properties": { "backend": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Backend" }, "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" }, "image_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Image Url" }, "local_model_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Local Model Id" }, "prompt": { "default": "Write a concise, vivid caption for this image. Describe key subjects, scene, and mood in 1-2 sentences.", "title": "Prompt", "type": "string" } }, "title": "caption_imageArguments", "type": "object" }

Other Tools from Computer Vision MCP Server

Related Tools

    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/samhains/cv-mcp'

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