Skip to main content
Glama

Grok MCP Server

by BrewMyTech

get_model

Retrieve detailed information about a specific model using its unique ID from the Grok MCP Server, enabling efficient model management and operations.

Instructions

Get details about a specific model

Input Schema

NameRequiredDescriptionDefault
model_idYesThe ID of the model to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "model_id": { "description": "The ID of the model to retrieve", "type": "string" } }, "required": [ "model_id" ], "type": "object" }
Install Server

Other Tools from Grok 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/BrewMyTech/grok-mcp'

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