notes_recall
ActiveTool of io.github.saloprj/dialogbrain
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."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries