queue_queue_pop
Remove and return the next item from a queue in the agent-friend MCP server, providing the item and updated queue size or indicating when the queue is empty.
Instructions
[queue] Remove and return the next item. Returns {item, size} or {item: null, empty: true}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |