List TacticalRMM Scripts
tacticalrmm_list_scriptsList scripts from the TacticalRMM library without running them. Supports pagination and markdown/JSON output.
Instructions
List scripts from the TacticalRMM script library at /scripts/. This tool is read-only and does not run scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return. | |
| offset | No | Number of items to skip locally after receiving the API response. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |