Skip to main content
Glama
launchframe-dev

LaunchFrame MCP

queue_get_names

Retrieve all available Bull queue names with their purposes and usage rules in LaunchFrame projects to understand job processing workflows.

Instructions

List all available Bull queues in LaunchFrame with their purpose and usage rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for 'queue_get_names' is defined here. It returns the content of 'queues/names.md' via the 'loadContent' utility.
    server.tool(
      'queue_get_names',
      'List all available Bull queues in LaunchFrame with their purpose and usage rules.',
      {},
      async () => ({
        content: [{ type: 'text', text: loadContent('queues/names.md') }],
      })
    );

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/launchframe-dev/mcp'

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