recall_tool_runs
recall_tool_runsInspect prior project tool runs by tool name, outcome, request ID, and ISO time window. Returns filtered summaries with run and request IDs.
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 |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| toolName | No | ||
| outcome | No | ||
| requestId | No | ||
| since | No | ||
| until | No | ||
| limit | No | ||
| includePayload | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| generatedAt | Yes | ||
| matchCount | Yes | ||
| truncated | Yes | ||
| toolRuns | Yes | ||
| warnings | Yes | ||
| _hints | Yes |