find_validators
Search for all Pydantic validators in the main project, all namespaces, or a specific namespace.
Instructions
Find all Pydantic validators in the project.
Args: scope: Search scope (default "main"): - "main": Only the main project (default for plugins) - "all": Include configured namespaces - "namespace:name": Specific namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |