Find every caller of a function in a repository. Searches AST call graph first, then falls back to pattern matching for dynamic dispatches like Celery or Flask routes.
This MCP server provides AI assistants with full control over Celery task queues by exposing all Celery Flower REST API endpoints as tools. It enables monitoring workers, managing tasks, inspecting queues, and controlling worker pools in real-time through natural language.
Retrieve Celery worker statistics to monitor scoring engine background tasks. Provides white team admins with essential performance data for operational oversight.
Retrieve Celery queue statistics to monitor background task processing. For white team administrators, it provides insights to diagnose queue performance issues in the scoring engine.
Restart a worker's process pool to refresh all pool processes, clear stale state, and apply configuration changes. Ideal for maintenance or troubleshooting worker issues.
Retrieve detailed information about a Celery task by providing its task ID. This tool returns complete task details including state, result, traceback, and metadata for monitoring and debugging.