Skip to main content
Glama

MCP Gemini API Server

by techkwon

set_config

Update configuration settings for the MCP Gemini API Server by specifying a key-value pair to modify server behavior or preferences.

Instructions

Set configuration value

Input Schema

NameRequiredDescriptionDefault
keyYesConfiguration key to set
valueYesConfiguration value to set

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Configuration key to set", "type": "string" }, "value": { "description": "Configuration value to set", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }

Other Tools from MCP Gemini API 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/techkwon/mcp-gemini'

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