path_suggestion
ActiveTool of OpenAkashic
declared in 1.28.0
Suggest 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.
Parameters schema
{
"type": "object",
"title": "path_suggestionArguments",
"required": [
"title"
],
"properties": {
"kind": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Kind",
"default": null,
"description": "Note kind: 'capsule', 'evidence', 'claim', 'reference', 'playbook', etc. Affects which folder is suggested."
},
"scope": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Scope",
"default": null,
"description": "Scope hint: 'personal', 'shared', 'ops', etc."
},
"title": {
"type": "string",
"title": "Title",
"description": "Human-readable note title. Example: 'Python JSON Benchmark Results'"
},
"folder": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Folder",
"default": null,
"description": "Override folder. If omitted, inferred from kind."
},
"project": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Project",
"default": null,
"description": "Project name. Used to build path like 'personal_vault/projects/<project>/<slug>.md'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries