list_catalog
List cataloged programs in the account matching a pattern. Use '*' wildcard to list all cataloged programs and BASIC subroutines.
Instructions
List available cataloged programs in the account.
Searches the system catalog for programs matching the pattern. This includes BASIC subroutines that can be called with call_subroutine.
Args: pattern: Program name pattern (supports * wildcard). Default "*" lists all cataloged programs.
Returns: Dictionary containing list of program names and count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | * |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||