Loading...
Loading...
Easy Project integration. Manage Projects. Use when the user wants to interact with Easy Project data.
npx skill4agent add membranedev/application-skills easy-projectmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search easy-project --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 Issues | list-issues | Retrieve a list of issues (tasks) from Easy Project with optional filters |
| List Projects | list-projects | Retrieve a list of projects from Easy Project |
| List Users | list-users | Retrieve a list of users from Easy Project (requires admin privileges) |
| List Time Entries | list-time-entries | Retrieve a list of time entries from Easy Project |
| Get Issue | get-issue | Retrieve a single issue (task) by ID |
| Get Project | get-project | Retrieve a single project by ID or identifier |
| Get User | get-user | Retrieve a single user by ID |
| Get Time Entry | get-time-entry | Retrieve a single time entry by ID |
| Create Issue | create-issue | Create a new issue (task) in Easy Project |
| Create Project | create-project | Create a new project in Easy Project |
| Create User | create-user | Create a new user (requires admin privileges) |
| Create Time Entry | create-time-entry | Log time spent on an issue or project |
| Update Issue | update-issue | Update an existing issue (task) in Easy Project |
| Update Project | update-project | Update an existing project in Easy Project |
| Update User | update-user | Update an existing user (requires admin privileges) |
| Update Time Entry | update-time-entry | Update an existing time entry |
| Delete Issue | delete-issue | Delete an issue (task) from Easy Project |
| Delete Project | delete-project | Delete a project from Easy Project |
| Delete Time Entry | delete-time-entry | Delete a time entry |
| Get Current User | get-current-user | Retrieve the currently authenticated user |
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