Loading...
Loading...
Float integration. Manage Projects. Use when the user wants to interact with Float data.
npx skill4agent add membranedev/application-skills floatmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search float --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List People | list-people | No description |
| List Projects | list-projects | No description |
| List Clients | list-clients | No description |
| List Tasks (Allocations) | list-tasks | No description |
| List Logged Time | list-logged-time | No description |
| List Time Off | list-time-off | No description |
| List Departments | list-departments | No description |
| List Roles | list-roles | No description |
| Create Person | create-person | No description |
| Create Project | create-project | No description |
| Create Client | create-client | No description |
| Create Task (Allocation) | create-task | No description |
| Create Logged Time | create-logged-time | No description |
| Create Time Off | create-time-off | No description |
| Update Person | update-person | No description |
| Update Project | update-project | No description |
| Update Client | update-client | No description |
| Update Task (Allocation) | update-task | No description |
| Update Logged Time | update-logged-time | No description |
| Delete Person | delete-person | No description |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY