show
Retrieve detailed information about a specific AI model by specifying its name. Integrates with Ollama MCP Server to manage and interact with local AI models securely.
Instructions
Show information for a model
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}