Skip to main content
Glama

mq_ls

List all registered agents in the Agent-MQ message queue system to view available AI coding agents for communication and task coordination.

Instructions

List all registered agents

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Implementation of the 'mq_ls' tool which lists all registered agents by calling the 'client.ls()' method.
    server.tool("mq_ls", "List all registered agents", {}, async () => {
      const agents = await client.ls() as unknown[];
      return { content: agents.map(a => ({ type: "text" as const, text: JSON.stringify(a) })) };
    });

Tool Definition Quality

Score is being calculated. Check back soon.

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/bababoi-bibilabu/agent-mq'

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