Supabase Auth
list_branches
Lists all development branches of a Supabase project. This will return branch details including status which you can use to check when operations like merge/rebase/reset complete.
Remote Supabase
Other tools also called list_branches?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"project_id": {
"type": "string"
}
}
}