Skip to main content
Glama

MCP Server Replicate

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" }

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/gerred/mcp-server-replicate'

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