Skip to main content
Glama

Kobold MCP Server

kobold_detokenize

Convert token IDs into readable text using the Kobold MCP Server. Ideal for integrating KoboldAI's text generation capabilities into MCP-compatible applications.

Instructions

Convert token IDs to text

Input Schema

NameRequiredDescriptionDefault
apiUrlNohttp://localhost:5001
tokensYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Kobold MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PhialsBasement/KoboldCPP-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server