Skip to main content
Glama

get_dashboard_assistant

Retrieve the personalized dashboard assistant for authenticated users, enabling efficient management and customization of VoiceAI integrations through the MCP server.

Instructions

Get the dashboard assistant for the authenticated user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • index.js:288-296 (registration)
    Registration of the 'get_dashboard_assistant' tool in the ListToolsRequestSchema response, including its name, description, and input schema (no required parameters).
    { name: 'get_dashboard_assistant', description: 'Get the dashboard assistant for the authenticated user', inputSchema: { type: 'object', properties: {}, required: [] } },
  • Handler implementation within the executeTool method's switch statement. Sets the API endpoint URL to fetch the dashboard assistant via a GET request using the common fetch logic afterward.
    case 'get_dashboard_assistant': url = `${this.baseUrl}/assistants/gohighlevel/dashboard`; 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