get_research
Load user research data including insights, personas, and themes to inform design decisions and ground creative work in actual user data.
Instructions
Load and return the project's user research store — insights, personas, themes, and source references.
Prerequisites: None — reads from the local .memoire/research/ directory. Research data is populated by running memi research from-file, memi research from-stickies, or memi research synthesize. Returns an empty store if no research has been imported yet.
Returns on success: Research store object with shape { insights: Insight[], personas: Persona[], themes: Theme[], sources: Source[] }. Each Insight has { id, title, body, tags, sourceId? }. Each Persona has { id, name, role, goals, painPoints }. Each Theme has { id, label, insightIds[] }.
Error behavior: Never throws — loads gracefully and returns an empty store if files are missing.
Use this tool: before running compose with a research-driven intent (e.g. "generate a dashboard based on user research"), to inspect what research context is available, or to verify that a research import succeeded. Combine with compose to ground design decisions in actual user data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||