notes_search
ActiveTool of io.github.saloprj/dialogbrain
Full-text search in your notebook. By default searches only your own notes. Pass filter_agent_id=<int> to search another agent's notebook, or "all" (or "*") for workspace-wide. Or list all notes for a person/thread by scope_ref_id.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"description": "Max results (default 10, max 50)"
},
"query": {
"type": "string",
"description": "Text to search for in note keys and values. Optional if scope_ref_id is provided."
},
"scope": {
"enum": [
"global",
"thread",
"person"
],
"type": "string",
"description": "Limit search to scope"
},
"scope_ref_id": {
"type": "string",
"description": "Filter by specific thread_id or person_id. If provided without query, lists all notes for that ref."
},
"filter_agent_id": {
"type": "string",
"description": "Optional. Omit to search only your own notes. Pass a numeric agent_id as a string (e.g. \"57\") to search another agent's notebook (read-only). Pass \"all\" or \"*\" to search across all agents in the workspace."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries