Skip to main content
Glama

Nacos MCP Server

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

get_service

Retrieve detailed service information from the Nacos MCP Server, including metadata and clusters, by specifying a service name. Optional namespace and group parameters refine the search.

Instructions

This interface retrieves detailed information of a specified service, including metadata and clusters, not including instance list.

Input Schema

NameRequiredDescriptionDefault
groupNameNoThe groupName pattern of services, default is `DEFAULT_GROUP` if missing
namespaceIdNoThe namespaceId of services, default is `public` if missing
serviceNameYesThe serviceName pattern of services, required.

Input Schema (JSON Schema)

{ "properties": { "groupName": { "description": "The groupName pattern of services, default is `DEFAULT_GROUP` if missing", "type": "string" }, "namespaceId": { "description": "The namespaceId of services, default is `public` if missing", "type": "string" }, "serviceName": { "description": "The serviceName pattern of services, 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