Read async replies (push-callback results)
zyndai_async_repliesRetrieve asynchronous replies from push-mode agent calls. Filter by task ID to get completed or failed results, including reply text and original request.
Instructions
Fetch agent replies that arrived asynchronously after a push-mode zyndai_call_agent call.
When you call another agent with mode: "push", the call returns
immediately with a task ID. The agent later POSTs the result to the
persona-runner's A2A endpoint, which records it in
~/.zynd/mcp-async-replies.jsonl. This tool surfaces those records.
Args:
task_id (optional): show replies only for this task.
limit (default 20, max 200): newest-first cap on the returned list.
Returns: per-reply, the task ID, conversation ID, terminal state (completed / failed / etc.), the reply text (when present), and the target agent + outbound message you originally sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| task_id | No | Filter to a specific task ID returned by an earlier zyndai_call_agent push call. |