get_model_schema
Get the schema for a named Pydantic model. Optionally set scope to main, all, or a specific namespace.
Instructions
Get the schema for a specific Pydantic model.
Args: model_name: Name of the model to get schema for 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 |
|---|---|---|---|
| model_name | Yes | ||
| scope | No | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |