capture_text
Ingest existing text into an ephemeral in-memory buffer and return capture metadata, enabling later hybrid BM25 and semantic search with line-level context.
Instructions
Ingest already-collected text and return capture metadata.
Use this when the caller already has output to index. For a noisy or
potentially long command, use execute_and_capture so output remains
bounded before it reaches the agent context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| content | Yes | ||
| content_type | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |