create_project
Create a new project on meseriasi.ro as a homeowner. Notifies nearby tradespeople automatically. Requires the caller to supply a valid Supabase access token in the "access_token" argument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short descriptive title for the project (max 255 chars) | |
| budget | No | Approximate budget in RON (optional) | |
| location | Yes | City / address where the work is needed | |
| tradeType | Yes | Category of trade required (e.g. "electrician", "instalator") | |
| description | No | Detailed description of the work needed | |
| access_token | Yes | Supabase JWT access token for the homeowner account |