list_project
Retrieve details about a specific project by name, or get information about the current project if no name is provided. Optionally return full details with the verbose flag.
Instructions
Get information about a specific project by name.
Returns project details without switching the current project. If no name provided, returns current project information.
Arguments
name: any
Name of the project to retrieve. If not provided, returns current project.
verbose: boolean
If True, return full details; if False, return basic information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for list_project tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |