prepare_for_rag

shallow

io.github.hadirizvi093/inktomd-mcp · Verify this server

Convert a file or URL to Markdown, then split it into optimally-sized chunks ready for insertion into a vector database or RAG pipeline. Returns a JSON array of chunks with token counts, making this the single tool needed to go from raw document to RAG-ready data. Args: source: Either a URL (starting with http/https) or absolute file path source_type: Either "url" or "file". Default: "url" chunk_size: Target token count per chunk. Default: 512. Recommended range: 256-1024 overlap: Token overlap between consecutive chunks to preserve context. Default: 50 Returns: JSON array of chunks, each with: chunk_id, text, token_count, char_count

100.0/100

1 trials · measured 8 days ago

prepare_for_rag scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.hadirizvi093/inktomd-mcp, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: prepare_for_rag
[![Vouch score](https://vouch.tools/api/tools/216cf1d7-613d-4ee2-8c6b-28beb751a76b/badge.svg)](https://vouch.tools/tools/216cf1d7-613d-4ee2-8c6b-28beb751a76b)
prepare_for_rag — Vouch