Add a document
kb.addCreate a new markdown document in the knowledge base using a slug, title, tags, and body. Fails if the slug already exists or writes are disabled.
Instructions
Create a new markdown document in the knowledge base. Fails if writes are disabled on this server or the slug already exists. Ask the user before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body | |
| slug | Yes | kebab-case identifier, e.g. "release-checklist" | |
| tags | No | ||
| title | Yes |