You're viewing a demo portfolio

Join the waitlist
PRSM

split_chunks

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →