Open Project for Editing
openl_open_projectOpen a project for editing at a specific Git branch or revision before modifying tables or rules.
Instructions
Open a project for editing. Supports opening on specific branches or viewing specific Git revisions. Use this before making changes to project tables or rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Open project on a specific Git branch (e.g., 'main', 'development', 'feature/new-rules') | |
| revision | No | Open project at a specific Git revision/commit hash for read-only viewing | |
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| response_format | No | Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context | json |
| openDependencies | No | Also open dependency projects (backend default false). |