You're viewing a demo portfolio

Join the waitlist
PRSM

notes_recall

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Recall notes from your notebook. By default returns only your own notes (all scopes, newest first). Pass filter_agent_id=<int> to read another agent's notebook, or filter_agent_id="all" (or "*") to read across every agent in the workspace. Pass scope to narrow to global/thread/person. Each result includes agent_id and agent_name of the author.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "key": {
      "type": "string",
      "description": "Recall a specific note by key"
    },
    "limit": {
      "type": "integer",
      "description": "Max notes (default 20, max 50). Newest first."
    },
    "scope": {
      "enum": [
        "global",
        "thread",
        "person"
      ],
      "type": "string",
      "description": "Optional filter: global | thread | person. Omit for all scopes."
    },
    "scope_ref_id": {
      "type": "string",
      "description": "Filter by specific thread_id or person_id"
    },
    "filter_agent_id": {
      "type": "string",
      "description": "Optional. Omit to read only your own notes. Pass a numeric agent_id as a string (e.g. \"57\") to read another agent's notebook (read-only). Pass \"all\" or \"*\" to read across all agents in the workspace."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
notes_recall — io.github.saloprj/dialogbrain — PRSM MCP