You're viewing a demo portfolio

Join the waitlist
PRSM

browser_file_upload

Active

Tool 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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →