Update Knowledge Base Page
Tool ID: kb_update
Summary
Updates fields on an existing knowledge base page. Identify the page by path or id, then pass only the fields you want to change.
When to use it
- Fix or expand content — After Get shows what is on the page.
- Rename or move — Change
new_pathorparent_path. - Publish or archive — Change
status.
What you need
| Requirement | Required? |
|---|---|
| Metraclick connection | Yes |
| Tool enabled for your account | Yes (client tier — not on the free/public set) |
| Extra service credentials | No |
Parameters
| Parameter | Required? | Description |
|---|---|---|
path |
One of path or id | Current path of the page. |
id |
One of path or id | Document id. |
new_path |
No | Rename to this unique path. |
title |
No | New title. |
body_md |
No | New Markdown body. |
summary |
No | New summary (empty string clears). |
tags |
No | Replace tags (empty list clears). |
status |
No | draft, published, or archived. |
sort_order |
No | Sibling order. |
parent_path |
No | Move under this parent; empty string makes it top-level. |
What you get back
updated: true and the full document, or updated: false with a message.
Example prompts
Update the knowledge base page welcome and set the summary to…
Rename the KB path billing/old to billing/invoices and publish it.
Tips
- Call Get or Search first so you have the correct path.
- Partial updates are fine — omit fields you do not want to change.
- Renaming with
new_pathfails if that path already exists.