karea_create_resource
Create a text resource (note or document) in a project or folder and receive its unique ID for later linking to tasks.
Instructions
Create a text resource (a note or document) in a project or folder and return it with its ID. To attach an existing resource to a task, use karea_link_resource_to_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Resource name | |
| folder | No | Folder path | |
| content | Yes | Text content | |
| projectId | No | Project name or ID |