bear_context_import
Import external content like Jira tickets, Slack threads, or API documentation into your Bear notes context library with structured metadata.
Instructions
Import external content into the context library. Content is written to the external/ directory with YAML front matter (source, group, summary, date). Use this to add non-Bear content like Jira tickets, Slack threads, API docs, or any markdown. The content is passed via stdin and a filename must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Target filename in external/ (e.g., 'jira-ticket-123.md') | |
| content | Yes | Markdown content to import | |
| group | No | Group label for organizing (e.g., 'jira', 'slack', 'docs') | |
| source | No | Source description (e.g., URL, tool name) | |
| summary | No | Short summary of the content |