capture_idea
Store an idea and automatically extract tags, link to related domains or projects, and discover cross-pollination connections from your library, meetings, news, or older ideas.
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 |