info
Retrieve project or workflow structure information to understand organization and dependencies for better development and automation planning.
Instructions
Get project or workflow structure information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | Yes | Project name |
Input Schema (JSON Schema)
{
"properties": {
"project": {
"description": "Project name",
"type": "string"
}
},
"required": [
"project"
],
"type": "object"
}