wiki_write_page
Write or update a wiki page with frontmatter, specifying path, markdown body, summary, and tags to maintain structured knowledge in Project Synapse.
Instructions
Write or update a wiki page with frontmatter.
Args: path: Relative path (e.g. 'wiki/entities/neo4j.md'). body: Markdown body content. summary: One-line summary for the index. tags: Comma-separated tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| path | Yes | ||
| tags | No | ||
| summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |