update_openrouter_token
Update the Open Router API Key in the VoiceAI-MCP-VAVicky server to ensure proper integration and access to AI-driven voice and chat functionalities.
Instructions
Update Open Router API Key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
openrouter_token | Yes | Open Router API Key |
Input Schema (JSON Schema)
{
"properties": {
"openrouter_token": {
"description": "Open Router API Key",
"type": "string"
}
},
"required": [
"openrouter_token"
],
"type": "object"
}