Skip to main content
Glama

Nacos MCP Server

Official
by nacos-group
Apache 2.0
6
  • Linux
  • Apple

list_config_listeners

Retrieve the list of listeners subscribed to a specific configuration in Nacos MCP Server. Specify namespaceId, groupName, dataId, and aggregation to filter results.

Instructions

This interface retrieves the list of listeners subscribed to a specific configuration.

Input Schema

NameRequiredDescriptionDefault
aggregationNoWhether aggregation from whole cluster, if `false`, only get listeners from requested node, default `true` if missing
dataIdYesThe dataId of config, Required.
groupNameYesThe groupName of config, Required.
namespaceIdNoThe namespaceId of configs, default is `public` if missing

Input Schema (JSON Schema)

{ "properties": { "aggregation": { "description": "Whether aggregation from whole cluster, if `false`, only get listeners from requested node, default `true` if missing", "type": "bool" }, "dataId": { "description": "The dataId of config, Required.", "type": "string" }, "groupName": { "description": "The groupName of config, Required.", "type": "string" }, "namespaceId": { "description": "The namespaceId of configs, default is `public` if missing", "type": "string" } }, "required": [ "groupName", "dataId" ], "type": "object" }

Other Tools from Nacos MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nacos-group/nacos-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server