getModelInfo
Retrieve detailed schema and statistical information for a specific model to understand its structure and performance metrics.
Instructions
Retrieve detailed schema and statistics for a specific statistical model
Input Schema
Name | Required | Description | Default |
---|---|---|---|
model | Yes | Model name |
Input Schema (JSON Schema)
{
"properties": {
"model": {
"description": "Model name",
"type": "string"
}
},
"required": [
"model"
],
"type": "object"
}