Skip to main content
Glama

get_assistants

Retrieve all AI assistants for authenticated users to manage and integrate custom voice and chat solutions across platforms.

Instructions

Get all assistants for the authenticated user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler logic for the 'get_assistants' tool, which sets the API endpoint to fetch all assistants.
    case 'get_assistants': url = `${this.baseUrl}/assistants`; break;
  • Input schema for 'get_assistants' tool, which requires no parameters.
    inputSchema: { type: 'object', properties: {}, required: [] }
  • index.js:135-143 (registration)
    Registration of the 'get_assistants' tool in the list of available tools, including name, description, and schema.
    { name: 'get_assistants', description: 'Get all assistants for the authenticated user', 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