get_config
Retrieve configuration details from Nacos MCP Server by specifying namespaceId, groupName, and dataId for efficient service and configuration management.
Instructions
This interface retrieves the details of the specified configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataId | Yes | The dataId of config, Required. | |
groupName | Yes | The groupName of config, Required. | |
namespaceId | No | The namespaceId of configs, default is `public` if missing |