save_project_document
Save new project documents (knowledge, task, decision, handoff) to EleSync local vault, updating project manifest without overwriting. Requires user approval and write permission.
Instructions
Create a new durable document inside one EleSync project.
This is a mutating tool: it writes the title and body to local vault storage
and updates the project manifest. It does not send content to an AI provider,
and it does not overwrite an existing document; each call creates a new
document. project_id must identify an existing project and kind must be
one of knowledge, task, decision, or handoff. Call it only after the
user has approved saving the content. A project-bound connection can use this
only for its assigned project and only when it has project write permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| kind | No | knowledge | |
| title | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |