Skip to main content
Glama

Inspire MCP Server

by tech-inspire

get-similar-images-by-description

Search and retrieve visually similar images based on text descriptions using Inspire MCP Server. Specify a description, limit, and offset to find relevant images efficiently.

Input Schema

NameRequiredDescriptionDefault
descriptionYesimage description
limitNopagination: limit. set at least 5
offsetYespagination: offset

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "image description", "type": "string" }, "limit": { "default": 10, "description": "pagination: limit. set at least 5", "maximum": 10, "minimum": 1, "type": "number" }, "offset": { "description": "pagination: offset", "type": "number" } }, "required": [ "description", "offset" ], "type": "object" }
Install Server

Other Tools from Inspire 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/tech-inspire/mcp-server'

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