Skip to main content
Glama

Computer Vision MCP Server

by samhains

dense_caption

Generate detailed captions for images from URLs or local files to describe visual content using computer vision models.

Input Schema

NameRequiredDescriptionDefault
file_pathNo
image_urlNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" }, "image_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Image Url" } }, "title": "dense_captionArguments", "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