find_models
Search for all Pydantic models in your Python project. Use scope options to filter by main project, all namespaces, or a specific namespace.
Instructions
Find all Pydantic models 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 |