Skip to main content
Glama
AiAgency-Now

VoiceAI-MCP-VAVicky

Official
by AiAgency-Now

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: []
      }
    },
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden but provides minimal behavioral context. It mentions 'authenticated user' (implying auth needs) but lacks details on rate limits, pagination, sorting, error handling, or what 'all assistants' entails (e.g., archived ones). This is inadequate for a list operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with zero wasted words. It's front-loaded with the core action and resource, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of listing resources (often involving pagination, filters, or sorting) and the lack of annotations and output schema, the description is incomplete. It doesn't address behavioral aspects like response format, limitations, or how to handle large result sets, leaving significant gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has 0 parameters with 100% schema coverage, so no parameter documentation is needed. The description doesn't add parameter details, which is appropriate here. A baseline of 4 is given as it meets expectations for a parameterless tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('all assistants for the authenticated user'), making the purpose unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'get_assistant' (singular) or 'get_dashboard_assistant', which could cause confusion about scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like 'get_assistant' (for a specific assistant) or 'get_dashboard_assistant'. The description implies it retrieves all assistants, but doesn't clarify use cases, prerequisites, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/AiAgency-Now/MCP-VoiceAI-WhiteLabel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server