Fetch Local Run Details Lazily
get_local_runFetch stored local execution results on demand, starting with a summary, then request diff, validation, or full output incrementally using offset and maxChars to control context size.
Instructions
Fetch a stored local execution result only when Claude needs more detail. Prefer summary first; request diff, validation, or full incrementally with offset/maxChars instead of loading a large result into context at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | summary | |
| runId | Yes | ||
| offset | No | ||
| maxChars | No |