MCP Svelte Docs Server

by spences10
Verified

get_next_chunk

Get the next chunk of a large document

Input Schema

NameRequiredDescriptionDefault
chunk_numberYesChunk number to retrieve (1-based)
uriYesDocument URI

Input Schema (JSON Schema)

{ "properties": { "chunk_number": { "description": "Chunk number to retrieve (1-based)", "minimum": 1, "type": "number" }, "uri": { "description": "Document URI", "type": "string" } }, "required": [ "uri", "chunk_number" ], "type": "object" }

You must be authenticated.

Other Tools