Supabase Auth
get_cost
Gets the cost of creating a new project or branch. Never assume organization as costs can be different for each.
Remote Supabase
Other tools also called get_cost?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"project",
"branch"
],
"type": "string"
},
"organization_id": {
"type": "string",
"description": "The organization ID. Always ask the user."
}
}
}