kobold_perf_info
Retrieve performance metrics from the Kobold MCP Server to monitor and optimize integration with KoboldAI and MCP-compatible applications.
Instructions
Get performance 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"
}