Skip to main content
Glama

get_user

Retrieve user data such as tokens and settings from VoiceAI-MCP-VAVicky for VoiceAI and AI chat integrations, ensuring full MCP connectivity across platforms.

Instructions

Get user data including tokens and settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • index.js:41-49 (registration)
    Registration of the 'get_user' tool in the ListToolsRequestHandler response. Includes name, description, and input schema (no parameters required).
    { name: 'get_user', description: 'Get user data including tokens and settings', inputSchema: { type: 'object', properties: {}, required: [] } },
  • Input schema for 'get_user' tool: empty object with no required properties.
    inputSchema: { type: 'object', properties: {}, required: [] }
  • Handler implementation for 'get_user' in the executeTool switch statement. Sets the API endpoint to GET /user (via baseUrl) to retrieve user data and proceeds to fetch it.
    case 'get_user': url = `${this.baseUrl}/user`; break;

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