knowledge_page
Create, read, edit, move, or delete wiki pages and append durable event logs, using replace and dry-run actions to keep project documentation accurate.
Instructions
Page CRUD and durable log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Wiki .md path; leading wiki/ maps to root. | |
| entry | No | ||
| level | No | ACTION | |
| action | Yes | read=open; write=create; edit=replace; move=rename; delete=remove; append_log=event. | |
| content | No | ||
| dry_run | No | ||
| new_path | No | Wiki-relative .md; creates dirs. | |
| old_path | No | ||
| max_chars | No | ||
| new_string | No | ||
| old_string | No | ||
| replace_all | No | ||
| resource_uri | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| guidance | No | ||
| nextAction | Yes | ||
| resultText | No |