Skip to main content
Glama

Nacos MCP Server

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

list_service_subscribers

Retrieve a paginated list of subscribers for a specified service in Nacos MCP Server, filtering by namespace, group, and aggregation preferences.

Instructions

This interface retrieves the list of subscribers for a specified service.

Input Schema

NameRequiredDescriptionDefault
aggregationNoWhether aggregation from whole cluster, if `false`, only get subscribers from requested node, default `true` if missing
groupNameNoThe groupName pattern of service, default is `DEFAULT_GROUP` if missing
namespaceIdNoThe namespaceId of service, default is `public` if missing
pageNoYesThe current page number, default is 1.
pageSizeYesThe size of subscribers in each page, default is 100
serviceNameYesThe serviceName pattern of service, required.

Input Schema (JSON Schema)

{ "properties": { "aggregation": { "description": "Whether aggregation from whole cluster, if `false`, only get subscribers from requested node, default `true` if missing", "type": "bool" }, "groupName": { "description": "The groupName pattern of service, default is `DEFAULT_GROUP` if missing", "type": "string" }, "namespaceId": { "description": "The namespaceId of service, default is `public` if missing", "type": "string" }, "pageNo": { "description": "The current page number, default is 1.", "type": "int" }, "pageSize": { "description": "The size of subscribers in each page, default is 100", "type": "int" }, "serviceName": { "description": "The serviceName pattern of service, required.", "type": "string" } }, "required": [ "pageNo", "pageSize", "serviceName" ], "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