You're viewing a demo portfolio

Join the waitlist
PRSM

snooze_note

Active

Tool of OpenAkashic

declared in 1.28.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

OpenAkashic

https://github.com/szara7678/OpenAkashic

2/7 registries
View full server →
snooze_note — OpenAkashic — PRSM MCP