nacos_get_config
Retrieve the raw content of a specific Nacos configuration using its exact dataId. Use this when you already know the dataId; otherwise, search first.
Instructions
Read the raw content of one Nacos config by its exact dataId (e.g. 'order-service.properties'). Use nacos_search_config first when you don't know which dataId contains a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | Target environment (Spring profile) | |
| data_id | Yes | Exact dataId, e.g. order-service.properties | |
| group | No | Config group; defaults to the group from project config |