capture_put
Capture verbose tool outputs and store them in a full-text search database. Returns a unique ID and a preview for token-efficient retrieval.
Instructions
Sandbox a verbose tool output to FTS5 store; returns id + preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | Logical tool name (e.g. 'Bash', 'WebFetch', 'mcp__playwright__snapshot'). | |
| output | Yes | Full raw output to capture. | |
| args_summary | No | Short human description of the call (URL, command, query). | |
| session_id | No | Optional session id to scope retrieval. | |
| project_root | No | Optional active project root. | |
| meta | No | Free-form metadata stored alongside the capture. |