mistral_get_model
ActiveTool of io.usefulapi/mistral
declared in 1.0.1
Retrieve details for a single model (base or fine-tuned). Management API: GET /v1/models/{model_id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"model_id"
],
"properties": {
"model_id": {
"type": "string",
"description": "The model id, e.g. mistral-large-latest or a fine-tuned model id."
}
}
}Parent server
io.usefulapi/mistral
https://github.com/m190/usefulapi-mcp
1/7 registries