Supabase Auth
sb_get_project
Get details of a specific Supabase project by reference ID. Returns name, region, status, database host, and API URL.
Remote node2flow/supabase
Other tools also called sb_get_project?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"project_ref": {
"type": "string",
"description": "Project reference ID (e.g. abcdefghijklmnop)"
}
}
}