create-client
Create a client in Float by providing a required name along with optional notes and active status. Use active=1 for active clients or 0 for archived.
Instructions
Create a new client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Client name | |
| notes | No | Client notes | |
| active | No | Active status (1=active, 0=archived) |