Skip to main content
Glama

MCP Gemini Server

by bsmi021

gemini_getCache

Retrieve metadata for specific cached content resources in the MCP Gemini Server using the unique cache name to access stored content details.

Instructions

Retrieves metadata for a specific cached content resource. Requires the unique cache name (e.g., 'cachedContents/abc123xyz').

Input Schema

NameRequiredDescriptionDefault
cacheNameYesRequired. The unique name/ID of the cache to retrieve metadata for (e.g., 'cachedContents/abc123xyz').

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cacheName": { "description": "Required. The unique name/ID of the cache to retrieve metadata for (e.g., 'cachedContents/abc123xyz').", "minLength": 1, "pattern": "^cachedContents\\/.+$", "type": "string" } }, "required": [ "cacheName" ], "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