list_scripts
List CLI scripts in an ADOM with optional filters for type, target, and limit. Returns script names, types, targets, and descriptions.
Instructions
List CLI scripts in an ADOM.
Args: adom: ADOM name (default: from DEFAULT_ADOM env var, or "root") script_type: Filter by type (cli, tcl, cligrp, tclgrp, jinja) target: Filter by target (device_database, remote_device, adom_database) limit: Maximum number of scripts to return
Returns: List of scripts with name, type, target, and description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adom | No | ||
| script_type | No | ||
| target | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||