[
{"name": "Create Contact", "type": "action", "description": "Add a new contact to the database."},
{"name": "Create Event", "type": "action", "description": "Schedule a new event within the system."},
{"name": "Create Opportunities", "type": "action", "description": "Generate a new opportunity for potential sales."},
{"name": "Create Organisation", "type": "action", "description": "Establish a new organisation in the system."},
{"name": "Create Project", "type": "action", "description": "Initiate a new project and manage its details."},
{"name": "Create Task", "type": "action", "description": "Create a new task to be completed."},
{"name": "Update Contact", "type": "action", "description": "Modify the details of an existing contact."},
{"name": "Update Event", "type": "action", "description": "Edit the details of a scheduled event."},
{"name": "Update Opportunities", "type": "action", "description": "Revise the details of an existing opportunity."},
{"name": "Update Organisation", "type": "action", "description": "Change the information related to an organisation."},
{"name": "Update Project", "type": "action", "description": "Adjust project details as required."},
{"name": "Update Task", "type": "action", "description": "Change the specifics of an existing task."},
{"name": "Delete Contact", "type": "action", "description": "Remove a contact from the database."},
{"name": "Delete Event", "type": "action", "description": "Eliminate an event from the system."},
{"name": "Delete Opportunities", "type": "action", "description": "Remove an opportunity from the database."},
{"name": "Delete Organisation", "type": "action", "description": "Delete an organisation from the records."},
{"name": "Delete Project", "type": "action", "description": "Remove a project from the system."},
{"name": "Delete Task", "type": "action", "description": "Delete an irrelevant task."},
{"name": "Get Contact By Id", "type": "lookup", "description": "Retrieve an existing contact using its ID."},
{"name": "Get Event By Id", "type": "lookup", "description": "Fetch the details of an event using its ID."},
{"name": "Get Opportunities By Id", "type": "lookup", "description": "Access the details of an opportunity by ID."},
{"name": "Get Organisation By Id", "type": "lookup", "description": "Find an organisation using its unique ID."},
{"name": "Get Project By Id", "type": "lookup", "description": "Get project information by its ID."},
{"name": "Get Task By Id", "type": "lookup", "description": "Retrieve a task's details using its ID."}
]