Skip to main content
Glama

Computer Vision MCP Server

by samhains

image_metadata

Extract metadata from images by providing a URL or file path, generating descriptive captions using vision models for analysis and organization.

Input Schema

NameRequiredDescriptionDefault
caption_overrideNo
config_pathNo
file_pathNo
image_urlNo
modeNodouble

Input Schema (JSON Schema)

{ "properties": { "caption_override": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Caption Override" }, "config_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Config Path" }, "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" }, "image_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Image Url" }, "mode": { "default": "double", "title": "Mode", "type": "string" } }, "title": "image_metadataArguments", "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