MCP Server Replicate

by gerred
Verified

search_available_models

Use this tool to find AI models matching specific criteria by entering a search query and optional style filter. Ideal for quickly identifying suitable models for tasks on the MCP Server Replicate.

Instructions

Search for available models matching the query.

Args: query: Search query describing the desired model style: Optional style to filter by Returns: List of matching models with scores

Input Schema

NameRequiredDescriptionDefault
queryYes
styleNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "style": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Style" } }, "required": [ "query" ], "title": "search_available_modelsArguments", "type": "object" }
ID: r830bzsk7r