td_get_activity_log
Retrieve recent tool-call activity from this MCP server's ring buffer, showing timestamp, tool name, arguments summary, result summary, duration, and success status for the latest calls.
Instructions
Recent tool-call activity from this MCP server's ring buffer.
Returns a JSON array of entries newest-first, each with ts, tool,
args_summary, result_summary, duration_ms, ok. The buffer
holds the most recent 200 calls; older entries are evicted.
Pairs with the in-TD activity_log Table DAT mirror so the same data
is also wireable into a live visual patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent entries to return (1–200, newest first). | |
| tool_filter | No | If set, only return entries for this exact tool name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |