write_wiki_page
Create or overwrite a persistent markdown wiki page to document key decisions, current status, open commitments, and contradictions from meetings, providing long-term memory for future sessions.
Instructions
Create or fully overwrite a persistent local wiki page (markdown) that summarizes the durable knowledge about a topic, person, project, or recurring meeting series: key decisions, current status, open commitments, and any contradictions found across meetings. This is the long-term memory that future sessions will read back. Always start the content with a '# Title' heading.
Args: slug: A short stable identifier for this page, e.g. 'acme-corp' or 'q3-roadmap' content: Full markdown content of the page, starting with '# Title'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |