move_concept
Move or rename concepts within a bundle without losing content, metadata, or vector-index history. Optionally update the title.
Instructions
Move or rename a concept within the bundle.
Changes the concept's location (and therefore its concept_id) without losing content, metadata, or vector-index history. Optionally updates the title in frontmatter at the same time.
Examples:
Rename: concept_id="notes/old-name", new_concept_id="notes/new-name"
Move: concept_id="drafts/idea", new_concept_id="published/idea"
Both: concept_id="tmp/scratch", new_concept_id="guides/setup-guide", new_title="Setup Guide"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_title | No | ||
| concept_id | Yes | ||
| new_concept_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |