Back to Search
neo_sys_queue_pop
1.0.0Take the oldest task from the queue for processing.
$0.000 (standard)
Updated: May 02, 2026
Example Input
JSON payload sent to this tool:
{"topic": "marketing_leads"}Example Output
Formatted JSON response returned by this tool:
{"payload": "Lead data: email@example.com", "message": "Task successfully popped from queue."}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_pop",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}