snooze_note
ActiveTool of OpenAkashic
Snooze the stale-decay reminder for a note by setting snoozed_until. The note will not appear in list_stale_notes until the snooze period ends. Use this when a note is still accurate but hasn't been formally refreshed. Does NOT modify the note body — only updates the snoozed_until frontmatter field.
Parameters schema
{
"type": "object",
"title": "snooze_noteArguments",
"required": [
"path",
"days"
],
"properties": {
"days": {
"type": "integer",
"title": "Days",
"maximum": 365,
"minimum": 1,
"description": "Days to snooze the stale reminder (1-365)"
},
"path": {
"type": "string",
"title": "Path",
"description": "Note path to snooze"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries