Knowledge Mint¶
Create or update a personal knowledge unit in the Obsidian vault. Generates a markdown file with YAML frontmatter. If the file already exists, appends new evidence.
MCP name: knowledge_mint
Category: context
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
category |
str |
Yes | Category: work_pattern, self_regulation, skill_gap, feedback, preference, reference. |
content_body |
str |
No | Full markdown body. If empty, builds from structured fields. |
default_response |
str |
No | Agent's default response. |
definition |
str |
No | Pattern definition text. |
evidence |
str |
No | Initial evidence observation. |
name |
str |
Yes | Human-readable name (e.g., 'Branch Explosion'). |
severity |
str |
No | HIGH, MODERATE, or LOW (optional). |
signals |
str |
No | Observable signals. |
tags |
str |
No | Comma-separated tags. |
triggers |
str |
No | What typically triggers this pattern. |