get_project_info
Retrieve a project's configuration and available procedures by specifying the project name.
Instructions
Get information about a specific project
Shows configuration and available procedures for a project.
Args: project: Project name
Returns: Project information including variables and procedure file
Examples: get_project_info(project="trowel")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |