recall
Retrieve full content and context for search-returned section identifiers, including section text, hierarchy, metadata, and references. Use compact format for content-only results or maxTokens to bound payload size.
Instructions
Expand remembered context after search. Retrieves full content and context for sections by identifier, returning section text, level, parent, metadata, references, and back-references. Call it on the kbids search returned. Use maxTokens to bound the payload, and format: compact when you only need the content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kbid | No | Single section identifier | |
| depth | No | Expansion depth (0-3, default: 0) | |
| kbids | No | Batch section identifiers | |
| format | No | Default "full". "compact" keeps the content and drops documents, back references, siblings and references. | |
| maxTokens | No | Budget for the whole payload. Replaces depth: expands as deep as the budget allows. | |
| sectionType | No | Partition to scope the operation to: default | skill | agent |