Get Project Details
openl_get_projectRetrieve full project details from OpenL Studio: modules, dependencies, metadata, and status. Provide a project ID for structured JSON or markdown summaries to manage projects effectively.
Instructions
Get comprehensive project information including details, modules, dependencies, and metadata. Returns full project structure, configuration, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Optional response expansions from the Studio API. | |
| 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 |