suggest_knowledge_for_design
Retrieve relevant knowledge entries for a design section by matching theme, sources, hypothesis text, and design lineage to surface findings, cautions, definitions, and methodologies.
Instructions
Suggest knowledge entries relevant to a design section.
Filters by category via SECTION_KNOWLEDGE_MAP, then applies per-category matching strategies (theme_id, source_ids, FTS5, lineage).
Args: section: Design section name (e.g., hypothesis_statement, metrics) theme_id: Theme ID to match findings/context by source_ids: Comma-separated source IDs for caution/definition matching hypothesis_text: Text to search via FTS5 for methodology matching parent_id: Design ID to walk ancestor chain for finding collection
Returns: dict with section, suggestions, total
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | ||
| theme_id | No | ||
| parent_id | No | ||
| source_ids | No | ||
| hypothesis_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||