recall_tool_runs
recall_tool_runsInspect prior tool runs by tool name, outcome, request ID, or time window. Returns bounded summaries with runId and optionally requestId for referencing.
Instructions
Read-only session-recall tool: inspect prior project tool_runs by tool name, outcome, request id, and ISO time window. Returns bounded summaries with runId plus requestId when available; use requestId as agent_feedback.referencedRequestId. Default limit is 50, max 500. Persisted payloads are only included when includePayload is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| until | No | ||
| outcome | No | ||
| toolName | No | ||
| projectId | No | ||
| requestId | No | ||
| projectRef | No | ||
| includePayload | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _hints | Yes | ||
| toolName | Yes | ||
| toolRuns | Yes | ||
| warnings | Yes | ||
| projectId | Yes | ||
| truncated | Yes | ||
| matchCount | Yes | ||
| generatedAt | Yes |