shared_getBase64ImageFromSupabase
READGet base64 image from supabase.
Parameters
pathstringrequiredCall it
Invoke it through the call_tool meta-tool with its arguments:
call_tool
call_tool({
"name": "shared_getBase64ImageFromSupabase",
"arguments": {
"path": "string"
}
})Input schema
The raw JSON Schema the tool validates its arguments against.
schema
{
"type": "object",
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
]
}