Back to Search

neo_sys_queue_push

1.0.0

Put the found task or lead into an asynchronous queue for other agents.

$0.000 (standard)
Updated: May 02, 2026

Example Input

JSON payload sent to this tool:

{"topic": "marketing_leads", "payload": "Lead data: email@example.com"}

Example Output

Formatted JSON response returned by this tool:

{"response": "Successfully pushed task to queue 'marketing_leads'"}

Setup Configuration

Add the following configuration to your MCP general settings or mcp_config.json:

{
  "mcpServers": {
    "neonia": {
      "serverUrl": "https://mcp.neonia.io/mcp?tools=neo_sys_queue_push",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}