Add Knowledge Base Page
Tool ID: kb_add
Summary
Creates a new page in the shared knowledge base with a unique path, title, and Markdown body.
When to use it
- Add a new topic — Create a page that others can find via Overview or Search.
- Fill a gap — After searching and finding nothing relevant.
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 |
Ask your administrator to enable kb_add for your tenant in Admin.
Parameters
| Parameter | Required? | Description |
|---|---|---|
path |
Yes | Unique path (for example billing/invoices). |
title |
Yes | Page title. |
body_md |
Yes | Full Markdown content. |
parent_path |
No | Parent page path; omit for top-level. |
summary |
No | Short blurb for search and overview. |
tags |
No | List of tag strings. |
status |
No | draft, published (default), or archived. |
sort_order |
No | Order among siblings. Default 0. |
What you get back
created: true and the new document (including id and path), or created: false with a message on error (for example duplicate path).
Example prompts
Add a knowledge base page at path billing/invoices titled Invoice FAQ with this Markdown…
Create a published KB page under getting-started about connecting Cursor.
Tips
- Prefer a short, stable
path— it is how Get and Overview address the page. - Only published pages appear in the public Overview / Search / Get tools.
- Use Update to change a page later; use Delete only when you are sure.