create_folder
Create a folder inside a project to organize related skills, knowledge-base files, and memory. Call list_projects first to get the project ID, then define the folder name to group your working context.
Instructions
Create a folder (Context) inside a project to organize skills + files.
A folder groups a related set of skills (e.g. a "Content Refresh" folder),
its knowledge-base files, and its memory — the project's working context.
Call list_projects() first for the project_id.
Args:
project_id: The project UUID (from list_projects or create_project).
name: The folder name (e.g. "Content Refresh").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| config | No | ||
| project_id | Yes |