Skip to main content
Glama

Just Prompt

by disler

list_models

Retrieve all available models for a specified LLM provider (e.g., OpenAI, Anthropic, Google Gemini) through the Just Prompt MCP server, enabling efficient model selection.

Instructions

List all available models for a specific LLM provider

Input Schema

NameRequiredDescriptionDefault
providerYesProvider to list models for (e.g., 'openai' or 'o')

Input Schema (JSON Schema)

{ "properties": { "provider": { "description": "Provider to list models for (e.g., 'openai' or 'o')", "title": "Provider", "type": "string" } }, "required": [ "provider" ], "title": "ListModelsSchema", "type": "object" }

Other Tools from Just Prompt

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/disler/just-prompt'

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