Skip to main content
Glama

Gemini CLI MCP Server

by orzcls

fetch-chunk

Retrieve specific cached chunks from a changeMode response using the cache key and chunk index, ensuring complete data access after partial response retrieval in the Gemini CLI MCP Server.

Instructions

Retrieves cached chunks from a changeMode response. Use this to get subsequent chunks after receiving a partial changeMode response.

Input Schema

NameRequiredDescriptionDefault
cacheKeyYesThe cache key provided in the initial changeMode response
chunkIndexYesWhich chunk to retrieve (1-based index)

Input Schema (JSON Schema)

{ "properties": { "cacheKey": { "description": "The cache key provided in the initial changeMode response", "type": "string" }, "chunkIndex": { "description": "Which chunk to retrieve (1-based index)", "minimum": 1, "type": "number" } }, "required": [ "cacheKey", "chunkIndex" ], "type": "object" }
Install Server

Other Tools from Gemini CLI MCP 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/orzcls/gemini-mcp-tool-windows-fixed'

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