mgmt_query
Query operational data from mgmt schema tables like services, health_log, and api_keys. Use optional filters by column and value to narrow results.
Instructions
Query operational data from mgmt schema tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| table | Yes | Table to query | |
| filter_col | No | Optional column to filter by (e.g. 'name', 'type', 'provider') | |
| filter_val | No | Optional value to filter on |