get_config
Retrieve specific configuration details by providing namespaceId, groupName, and dataId using the Nacos MCP Server interface for efficient 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 |