MCP Svelte Docs Server

get_next_chunk

Retrieve the next portion of a large document by specifying the chunk number and document URI. Facilitates efficient access and handling of segmented content.

Instructions

Retrieve subsequent chunks of large documents

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 from MCP Svelte Docs 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/spences10/mcp-svelte-docs'

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