Skip to main content
Glama

update_deepseek_token

Modify the Deepseek API key within the VoiceAI-MCP-VAVicky platform to ensure continuous and secure access to Deepseek services for custom integrations.

Instructions

Update Deepseek API Key

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deepseek_tokenYesDeepseek API Key

Implementation Reference

  • Handler logic in executeTool switch statement: sets URL to /deepseek/oauth, method POST, and body with deepseek_token, then fetches the API.
    case 'update_deepseek_token': url = `${this.baseUrl}/deepseek/oauth`; method = 'POST'; body = { deepseek_token: args.deepseek_token }; break;
  • Tool schema definition in listTools response, specifying input schema requiring deepseek_token string.
    name: 'update_deepseek_token', description: 'Update Deepseek API Key', inputSchema: { type: 'object', properties: { deepseek_token: { type: 'string', description: 'Deepseek API Key' } }, required: ['deepseek_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