Docs Update¶
Update fields on an existing knowledge unit. Only provided fields are changed; omitted fields preserved.
MCP name: docs_update
Category: context
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
aliases |
str |
No | New comma-separated aliases (replaces) |
command |
str |
No | New slash command name |
content_full |
str |
No | New full content |
content_summary |
str |
No | New summary |
description |
str |
No | New description |
dev_notes |
str |
No | New development-facing notes (surfaced only in dev mode). Pass an empty string to clear. |
entry_points |
str |
No | New comma-separated dotted module paths (replaces existing). |
kind |
str |
No | Reclassify the unit's kind. Must be one of: directions, system, service, integration, reference, concept, capability, workflow, personal. |
name |
str |
No | New name |
parents |
str |
No | New comma-separated parents (replaces) |
path |
str |
Yes | Path of unit to update |
tags |
str |
No | New comma-separated tags (replaces) |
trigger |
str |
No | (directions) New trigger |