Supabase Auth
confirm_cost
Ask the user to confirm their understanding of the cost of creating a new project or branch. Call `get_cost` first. Returns a unique ID for this confirmation which should be passed to `create_project` or `create_branch`.
Remote Supabase
Other tools also called confirm_cost?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"project",
"branch"
],
"type": "string"
},
"amount": {
"type": "number"
},
"recurrence": {
"enum": [
"hourly",
"monthly"
],
"type": "string"
}
}
}