project_add_log
Append a timestamped log entry to a project's markdown file. Supports markdown content and optional tags for categorization.
Instructions
Add a log entry to project.
Log entries are automatically timestamped and appended to the project's log.md file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| content | Yes | Log entry content (markdown supported) | |
| tags | No | Optional tags for categorization (e.g., ['experiment', 'backtest', 'bug-fix']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |