vision_query
ActiveTool of io.github.saloprj/dialogbrain
Look at the screen currently being shared in a meeting and answer a question about it. Returns a natural-language answer based on the visual content. Use ONLY when the user explicitly asks about the screen/slide/document being shown.
Parameters schema
{
"type": "object",
"required": [
"question"
],
"properties": {
"question": {
"type": "string",
"minimum": 1,
"description": "Question about the shared screen."
},
"image_b64": {
"type": "string",
"description": "Base64-encoded JPEG image of the screen-share frame."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries