create_project
Create a new project or area in your markdown vault by providing a title and context. Add optional status, description, or kind to structure notes and tasks.
Instructions
Create a new project or area.
Args: title: Title of the new project or area. context: Project context (e.g. 'work', 'personal'). description: Optional description of the project (max 1024 chars). status: Project status (e.g. 'open', 'in-progress', 'blocked', 'done', 'archived'). kind: Either 'project' (finite goal, default) or 'area' (ongoing responsibility). extra_vars: Optional dictionary of additional variables for the template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | project | |
| title | Yes | ||
| status | No | ||
| context | Yes | ||
| extra_vars | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |