Skip to main content
Glama

get_dashboard_assistant

Retrieve the dashboard assistant for authenticated VoiceAI users to manage custom voice and AI chat integrations.

Instructions

Get the dashboard assistant for the authenticated user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation in the executeTool switch statement: sets the API endpoint URL for fetching the dashboard assistant via GET request.
    case 'get_dashboard_assistant': url = `${this.baseUrl}/assistants/gohighlevel/dashboard`; break;
  • index.js:288-296 (registration)
    Tool registration in the ListToolsRequestHandler response: defines name, description, and empty input schema.
    { name: 'get_dashboard_assistant', description: 'Get the dashboard assistant for the authenticated user', inputSchema: { type: 'object', properties: {}, required: [] } },
  • Input schema for the tool: accepts no parameters (empty object).
    inputSchema: { type: 'object', properties: {}, required: [] }

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