get_model_version
Retrieve detailed information about a specific AI model version by providing its unique ID, enabling users to access and manage model data on the Civitai MCP Server.
Instructions
Get detailed information about a specific model version
Input Schema
Name | Required | Description | Default |
---|---|---|---|
modelVersionId | Yes | The ID of the model version to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"modelVersionId": {
"description": "The ID of the model version to retrieve",
"type": "number"
}
},
"required": [
"modelVersionId"
],
"type": "object"
}