Skip to main content
Glama

Nacos MCP Server

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

list_config_history

Retrieve the full publish history of a configuration in Nacos MCP Server by specifying page number, size, namespaceId, groupName, and dataId for detailed tracking and analysis.

Instructions

This interface retrieves the complete publish history of a configuration.

Input Schema

NameRequiredDescriptionDefault
dataIdYesThe dataId pattern of config, required.
groupNameYesThe groupName pattern of config, required.
namespaceIdNoThe namespaceId of config, default is `public` if missing
pageNoYesThe current page number, default is 1.
pageSizeYesThe size of config history records in each page, default is 100

Input Schema (JSON Schema)

{ "properties": { "dataId": { "description": "The dataId pattern of config, required.", "type": "string" }, "groupName": { "description": "The groupName pattern of config, required.", "type": "string" }, "namespaceId": { "description": "The namespaceId of config, default is `public` if missing", "type": "string" }, "pageNo": { "description": "The current page number, default is 1.", "type": "int" }, "pageSize": { "description": "The size of config history records in each page, default is 100", "type": "int" } }, "required": [ "pageNo", "pageSize", "groupName", "dataId" ], "type": "object" }

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