Skip to main content
Glama

Nacos MCP Server

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

list_service_instances

Retrieve a list of service instances by specifying namespace, group, service name, and optional cluster details for efficient service discovery and management.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
clusterNameNoThe cluster name of instances in service, optional and default is null means match all cluster. If need match multiple cluster, use `,` to split like `cluster1,cluster2`
groupNameNoThe groupName pattern of service, default is `DEFAULT_GROUP` if missing
namespaceIdNoThe namespaceId of service, default is `public` if missing
serviceNameYesThe serviceName pattern of service, required.

Input Schema (JSON Schema)

{ "properties": { "clusterName": { "description": "The cluster name of instances in service, optional and default is null means match all cluster. If need match multiple cluster, use `,` to split like `cluster1,cluster2`", "type": "string" }, "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" }, "serviceName": { "description": "The serviceName pattern of service, required.", "type": "string" } }, "required": [ "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