capture_idea
Store and organize an idea with automatic tag extraction and cross-pollination connections to related content from your research library.
Instructions
Store an idea in the SQLite ideas table.
Auto-extracts tags from content. Links to domains/projects if keywords match.
Unless `auto_cross_pollinate=False`, automatically surfaces up to 5 cross-
pollination matches from library / meetings / news / older ideas in the same
response — so the user sees connections without a second tool call.
Args:
content: The idea text.
source: Where the idea came from (default "manual").
image_path: Optional path to an associated image.
auto_cross_pollinate: When True (default), include connection matches in the response.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| source | No | manual | |
| image_path | No | ||
| auto_cross_pollinate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |