upload_blob
ActiveTool of mcp-server-dashform
declared in 1.0.0
Upload a file (base64) to blob storage for use in forms. Returns the blob URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"filename",
"dataBase64"
],
"properties": {
"filename": {
"type": "string",
"minLength": 1
},
"dataBase64": {
"type": "string",
"description": "Base64-encoded file bytes"
},
"contentType": {
"type": "string",
"default": "application/octet-stream"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries