search_links
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Search links/URLs shared across the workspace — by type, owner, or associated contact. For files use search.files; for message content use search.messages.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Maximum links to return."
},
"owner": {
"enum": [
"self",
"contact",
"unknown"
],
"type": "string",
"description": "Link owner: 'self' (user's own) or 'contact' (from others). OMIT to include links regardless of owner."
},
"query": {
"type": "string",
"description": "What to search for in shared links."
},
"link_kind": {
"enum": [
"email",
"calendly",
"twitter",
"telegram",
"linkedin",
"github",
"google_doc",
"google_sheet",
"google_slides",
"google_drive",
"google_meet",
"instagram",
"facebook",
"youtube",
"tiktok",
"whatsapp",
"vk",
"reddit",
"medium",
"discord",
"notion",
"figma",
"telegraph",
"luma",
"etherscan",
"website"
],
"type": "string",
"description": "Filter links by type. OMIT to include all kinds — picking a value narrows the search and is a common cause of zero-result mistakes."
},
"contact_hint": {
"type": "string",
"description": "Name hint to filter links for a specific contact. OMIT to skip."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries