Skip to main content
Glama
Darius1223
by Darius1223

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLOWER_URLNoBase URL of your Flower instancehttp://localhost:5555
FLOWER_PASSWORDNoBasic auth password
FLOWER_USERNAMENoBasic auth username
FLOWER_API_TOKENNoBearer token (takes priority over basic auth)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workersC

List all Celery workers.

shutdown_workerB

Shut down a Celery worker.

restart_worker_poolC

Restart a worker's process pool.

grow_worker_poolC

Grow a worker's process pool by n processes.

shrink_worker_poolB

Shrink a worker's process pool by n processes.

autoscale_worker_poolB

Set autoscale bounds for a worker's pool.

add_queue_consumerC

Make a worker start consuming from a queue.

cancel_queue_consumerC

Make a worker stop consuming from a queue.

list_tasksC

List tasks with optional filters.

list_task_typesA

List all registered task types.

get_task_infoC

Get detailed information about a task by its ID.

get_task_resultC

Get the result of a task.

apply_taskA

Execute a task synchronously and wait for the result.

async_apply_taskC

Execute a task asynchronously and return its task ID.

send_taskB

Send a task via send_task (does not require task to be registered on the worker).

abort_taskC

Abort a running task.

revoke_taskC

Revoke a task, optionally terminating it if running.

set_task_timeoutC

Change soft and hard time limits for a task on a worker.

set_task_rate_limitC

Change the rate limit for a task on a worker.

get_queue_lengthsA

Get the current length of all Celery queues.

healthcheckA

Check whether the Flower instance is healthy.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Darius1223/celery-flower-mcp'

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