list_cloud_resources
Retrieve and filter cloud resources from AWS, GCP, Azure, or Linode to identify security risks and compliance issues in your environment.
Instructions
List cloud resources for a specific provider with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Cloud provider (aws, gcp, azure, linode) | |
| filters | No | Filter string (e.g., 'resource_type:EC2NetworkInterface,resource_type:SQSQueue,aws_account:123456789012,compliance:not_compliant') | |
| offset | No | Pagination offset. Default: 0 | |
| limit | No | Maximum number of results to return | |
| q | No | Free text search query |