openl Open Project
openl_open_projectOpen a project for editing, optionally on a specific branch or revision. Use before modifying project 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 |
|---|---|---|---|
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| 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 | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |