show_model
Retrieve detailed information about a specific AI model by providing its name. Use this tool to understand model configurations and capabilities on the MCP Ollama Server.
Instructions
Get detailed information about a specific model
Args:
name: Name of the model to show information about
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "show_modelArguments",
"type": "object"
}