nacos_list_configs
Retrieve a paginated list of configuration data IDs from a Nacos namespace, optionally filtered by dataId keyword for targeted discovery.
Instructions
List config dataIds in an environment's namespace (no content by default). Optionally fuzzy-filter by dataId substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | Target environment (Spring profile) | |
| group | No | ||
| data_id | No | Optional dataId fuzzy keyword | |
| page_no | No | ||
| page_size | No | ||
| include_content | No |