Kobold MCP Server

kobold_token_count

Count tokens in text

Input Schema

NameRequiredDescriptionDefault
apiUrlNohttp://localhost:5001
textYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiUrl": { "default": "http://localhost:5001", "type": "string" }, "text": { "type": "string" } }, "required": [ "text" ], "type": "object" }