split_chunks
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Split text into chunks of at most N tokens (cl100k_base: ~4 chars/token) with optional overlap. Designed for RAG ingestion pipelines.
Parameters schema
{
"type": "object",
"required": [
"input",
"chunk_tokens"
],
"properties": {
"input": {
"type": "string",
"description": "Text to split into chunks"
},
"overlap": {
"type": "number",
"description": "Token overlap between consecutive chunks (default: 0)"
},
"chunk_tokens": {
"type": "number",
"description": "Maximum tokens per chunk (10–8000)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries