kobold_model_info
Retrieve current model details using the Kobold MCP Server, enabling seamless integration with KoboldAI and MCP-compatible applications for text generation tasks.
Instructions
Get current model information
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| apiUrl | No | http://localhost:5001 | 
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "apiUrl": {
      "default": "http://localhost:5001",
      "type": "string"
    }
  },
  "type": "object"
}