Title: List all existing projects
Description: Retrieves all GibsonAI projects associated with the authenticated user.
🆕 create_project
Title: Create a new project
Description: Creates a new GibsonAI project.
🔍 get_project_details
Title: Fetch project metadata
Description: Returns metadata and configuration for a given project using its UUID.
🔗 get_project_hosted_database_details
Title: Get hosted database connection details
Description: Returns credentials, connection string, dialect, and other necessary details for querying the hosted GibsonAI database.
✏️ update_project
Title: Rename a project
Description: Updates the project name using its UUID.
🚀 deploy_project
Title: Deploy to database(s)
Description: Triggers automatic schema migrations and deploys the current schema to all GibsonAI supported databases.