Skip to main content
Glama

DINO-X Image Detection MCP Server

detect-all-objects

Detect and identify all objects in an image, providing their categories, counts, coordinates, and detailed descriptions using advanced visual analysis for precise object recognition.

Instructions

Analyze an image to detect all identifiable objects, returning the category, count, coordinate positions and detailed descriptions for each object.

Input Schema

NameRequiredDescriptionDefault
imageFileUriYesURI of the input image. Preferred for remote or local files. Must start with "https://" or "file://".
includeDescriptionYesWhether to return a description of the objects detected in the image, but will take longer to process.

Input Schema (JSON Schema)

{ "properties": { "imageFileUri": { "description": "URI of the input image. Preferred for remote or local files. Must start with \"https://\" or \"file://\".", "type": "string" }, "includeDescription": { "description": "Whether to return a description of the objects detected in the image, but will take longer to process.", "type": "boolean" } }, "required": [ "imageFileUri", "includeDescription" ], "type": "object" }
Install Server

Other Tools from DINO-X Image Detection 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/IDEA-Research/DINO-X-MCP'

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