Skip to main content
Glama

update_gemini_token

Update the Google Gemini API key to maintain access to AI features in the VoiceAI-MCP-VAVicky server.

Instructions

Update Google Gemini API Key

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gemini_tokenYesGoogle Gemini API Key

Implementation Reference

  • Executes the update_gemini_token tool by making a POST request to the backend API endpoint /gemini/oauth with the provided gemini_token in the request body.
    case 'update_gemini_token': url = `${this.baseUrl}/gemini/oauth`; method = 'POST'; body = { gemini_token: args.gemini_token }; break;
  • Defines the input schema for the update_gemini_token tool, requiring a 'gemini_token' string.
    { name: 'update_gemini_token', description: 'Update Google Gemini API Key', inputSchema: { type: 'object', properties: { gemini_token: { type: 'string', description: 'Google Gemini API Key' } }, required: ['gemini_token'] } },
  • index.js:112-122 (registration)
    Registers the update_gemini_token tool in the list of available tools returned by ListToolsRequestSchema.
    { name: 'update_gemini_token', description: 'Update Google Gemini API Key', inputSchema: { type: 'object', properties: { gemini_token: { type: 'string', description: 'Google Gemini API Key' } }, required: ['gemini_token'] } },

Latest Blog Posts

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/Business-On-Steroids/MCP-VoiceAI-WhiteLabel'

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