list_models
List all Malloy models available in a specified package, with an optional project name.
Instructions
List models for a package.
Args:
project_name: The name of the project, defaults to "home"
package_name: The name of the package to list models for
Returns:
List[Model]: List of Malloy models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No | home | |
| package_name | No |