List TacticalRMM Agents
tacticalrmm_list_agentsList TacticalRMM agents with optional filters for client, site, monitoring type, and detail level.
Instructions
List agents visible to the TacticalRMM API key from /agents/ with optional client, site, monitoring_type, and detail filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Optional TacticalRMM site numeric ID filter. | |
| limit | No | Maximum number of items to return. | |
| client | No | Optional TacticalRMM client numeric ID filter. | |
| detail | No | Whether TacticalRMM should return detailed agent records. | |
| offset | No | Number of items to skip locally after receiving the API response. | |
| monitoring_type | No | Optional TacticalRMM monitoring type filter. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |