kobold_max_context_length
Retrieve the maximum context length setting for KoboldAI text generation, enabling compatibility with MCP applications via a simple API call.
Instructions
Get current max context length setting
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"
}