pbi_operation_history
Retrieve recent operation history with timestamps, durations, and error details to diagnose failures by checking which writes succeeded or failed.
Instructions
Return the most-recent N tool operations recorded by the connection manager (newest first).
Each entry: {ts, op, kind: "read"|"write", duration_ms, ok} plus
error_type/error_code/error_message when ok is False. Use
this to self-diagnose what just happened — e.g. an LLM can pull the last
5 calls after a failure to see which writes already landed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |