Suggest OpenAkashic Note Path
path_suggestionSuggest a note path based on note kind and the OpenAkashic folder rules.
Use this tool when unsure what path to pass to upsert_note.
Returns a path string ready to use directly in upsert_note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Note kind: 'capsule', 'evidence', 'claim', 'reference', 'playbook', etc. Affects which folder is suggested. | |
| scope | No | Scope hint: 'personal', 'shared', 'ops', etc. | |
| title | Yes | Human-readable note title. Example: 'Python JSON Benchmark Results' | |
| folder | No | Override folder. If omitted, inferred from kind. | |
| project | No | Project name. Used to build path like 'personal_vault/projects/<project>/<slug>.md' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||