browser_file_upload
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Attach files to an <input type=file>. Pass either `local_paths` (absolute host paths) or `data` (list of {name, mime, base64} blobs written to /tmp). 25MB cap per file.
Parameters schema
{
"type": "object",
"title": "tool_file_uploadArguments",
"required": [
"page_id",
"ref"
],
"properties": {
"ref": {
"type": "string",
"title": "Ref"
},
"data": {
"anyOf": [
{
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
{
"type": "null"
}
],
"title": "Data",
"default": null
},
"page_id": {
"type": "string",
"title": "Page Id"
},
"local_paths": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Local Paths",
"default": null
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries