Skip to main content
Glama

Model Hub MCP

by akiojin

get_model

Retrieve detailed information about a specific AI model from providers like OpenAI, Anthropic, or Google using a unified interface on Model Hub MCP.

Instructions

Get details of a specific model from a provider

Input Schema

NameRequiredDescriptionDefault
model_idYesThe model ID to fetch details for
providerYesThe AI provider

Input Schema (JSON Schema)

{ "properties": { "model_id": { "description": "The model ID to fetch details for", "type": "string" }, "provider": { "description": "The AI provider", "enum": [ "openai", "anthropic", "google" ], "type": "string" } }, "required": [ "provider", "model_id" ], "type": "object" }
Install Server

Other Tools from Model Hub MCP

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/akiojin/model-hub-mcp'

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