mimic_ai_knowledge_read
Load known pattern-to-component mappings from the knowledge file at the start of each HTML-to-Figma run. Use verified entries directly; candidate entries require a confirming design system check. Retrieve all entries or a single pattern.
Instructions
Read the Mimic AI knowledge file (ds-knowledge.json). Call this at the start of every HTML-to-Figma run to load known pattern→component mappings. VERIFIED entries should be used directly without a fresh DS lookup. CANDIDATE entries should be used with a confirming DS check. Returns the full knowledge object, or a single entry if pattern_key is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern_key | No | Optional. Return only the entry matching this pattern key (e.g. "metric/kpi"). Omit to return all entries. |