{
  "name": "supabase_rls_policy_builder",
  "description": "Write complete Supabase Row Level Security policies for a table from its schema. Generates ENABLE ROW LEVEL SECURITY plus all CRUD policies using the correct auth.uid() patterns, role scoping, and WITH CHECK clauses.",
  "input_schema": {
    "type": "object",
    "properties": {}
  }
}