Skip to main content
Glama

MCP Gemini Server

by bsmi021

gemini_listCaches

Lists cached content resources for a project with pagination support. Returns cache metadata and a token for the next page, enabling efficient resource management and retrieval in the MCP Gemini Server.

Instructions

Lists cached content resources available for the project. Supports pagination. Returns a list of cache metadata objects and potentially a token for the next page.

Input Schema

NameRequiredDescriptionDefault
pageSizeNoOptional. The maximum number of caches to return per page. Defaults to 100 if not specified by the API, max 1000.
pageTokenNoOptional. A token received from a previous listCaches call to retrieve the next page of results.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageSize": { "description": "Optional. The maximum number of caches to return per page. Defaults to 100 if not specified by the API, max 1000.", "exclusiveMinimum": 0, "maximum": 1000, "type": "integer" }, "pageToken": { "description": "Optional. A token received from a previous listCaches call to retrieve the next page of results.", "minLength": 1, "type": "string" } }, "type": "object" }

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/bsmi021/mcp-gemini-server'

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