<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on 云原生 MCP 服务器</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/</link><description>Recent content in Tools on 云原生 MCP 服务器</description><generator>Hugo</generator><language>zh-cn</language><atom:link href="https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/kubernetes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/kubernetes/</guid><description>&lt;h1 id="kubernetes-工具"&gt;Kubernetes 工具&lt;a class="anchor" href="#kubernetes-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 28 个 Kubernetes 管理工具，用于 Pod、Deployment、Service 等资源的全面管理。&lt;/p&gt;
&lt;h2 id="pod-管理"&gt;Pod 管理&lt;a class="anchor" href="#pod-%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="list_pods"&gt;list_pods&lt;a class="anchor" href="#list_pods"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;列出指定命名空间中的 Pod。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;namespace&lt;/code&gt; (string, required) - 命名空间&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: Pod 列表&lt;/p&gt;
&lt;h3 id="get_pod"&gt;get_pod&lt;a class="anchor" href="#get_pod"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取单个 Pod 的详细信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;namespace&lt;/code&gt; (string, required) - 命名空间&lt;/li&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; (string, required) - Pod 名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: Pod 详细信息&lt;/p&gt;
&lt;h3 id="describe_pod"&gt;describe_pod&lt;a class="anchor" href="#describe_pod"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;描述 Pod 的状态和事件。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;namespace&lt;/code&gt; (string, required) - 命名空间&lt;/li&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; (string, required) - Pod 名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: Pod 状态描述&lt;/p&gt;
&lt;h3 id="delete_pod"&gt;delete_pod&lt;a class="anchor" href="#delete_pod"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;删除指定的 Pod。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;namespace&lt;/code&gt; (string, required) - 命名空间&lt;/li&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; (string, required) - Pod 名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 删除结果&lt;/p&gt;</description></item><item><title>Helm 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/helm/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/helm/</guid><description>&lt;h1 id="helm-工具"&gt;Helm 工具&lt;a class="anchor" href="#helm-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 31 个 Helm 管理工具，用于 Chart 仓库、Release 管理和版本控制。&lt;/p&gt;
&lt;h2 id="chart-管理"&gt;Chart 管理&lt;a class="anchor" href="#chart-%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="list_repositories"&gt;list_repositories&lt;a class="anchor" href="#list_repositories"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;列出所有已添加的 Helm 仓库。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 仓库列表&lt;/p&gt;
&lt;h3 id="add_repository"&gt;add_repository&lt;a class="anchor" href="#add_repository"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;添加新的 Helm 仓库。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; (string, required) - 仓库名称&lt;/li&gt;
&lt;li&gt;&lt;code&gt;url&lt;/code&gt; (string, required) - 仓库 URL&lt;/li&gt;
&lt;li&gt;&lt;code&gt;username&lt;/code&gt; (string, optional) - 用户名（私有仓库）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;password&lt;/code&gt; (string, optional) - 密码（私有仓库）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 添加结果&lt;/p&gt;
&lt;h3 id="remove_repository"&gt;remove_repository&lt;a class="anchor" href="#remove_repository"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;移除指定的 Helm 仓库。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; (string, required) - 仓库名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 移除结果&lt;/p&gt;
&lt;h3 id="update_repository"&gt;update_repository&lt;a class="anchor" href="#update_repository"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;更新指定的 Helm 仓库。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; (string, required) - 仓库名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 更新结果&lt;/p&gt;</description></item><item><title>Grafana 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/grafana/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/grafana/</guid><description>&lt;h1 id="grafana-工具"&gt;Grafana 工具&lt;a class="anchor" href="#grafana-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 36 个 Grafana 管理工具，用于仪表板、数据源、文件夹、告警和用户管理。&lt;/p&gt;
&lt;h2 id="仪表板管理"&gt;仪表板管理&lt;a class="anchor" href="#%e4%bb%aa%e8%a1%a8%e6%9d%bf%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="list_dashboards"&gt;list_dashboards&lt;a class="anchor" href="#list_dashboards"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;列出所有仪表板。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;folderId&lt;/code&gt; (int, optional) - 文件夹 ID&lt;/li&gt;
&lt;li&gt;&lt;code&gt;tag&lt;/code&gt; (string, optional) - 标签过滤&lt;/li&gt;
&lt;li&gt;&lt;code&gt;query&lt;/code&gt; (string, optional) - 搜索查询&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 仪表板列表&lt;/p&gt;
&lt;h3 id="get_dashboard"&gt;get_dashboard&lt;a class="anchor" href="#get_dashboard"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取单个仪表板的详细信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;uid&lt;/code&gt; (string, required) - 仪表板 UID&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 仪表板详细信息&lt;/p&gt;
&lt;h3 id="create_dashboard"&gt;create_dashboard&lt;a class="anchor" href="#create_dashboard"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;创建新的仪表板。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;dashboard&lt;/code&gt; (object, required) - 仪表板配置&lt;/li&gt;
&lt;li&gt;&lt;code&gt;folderId&lt;/code&gt; (int, optional) - 文件夹 ID&lt;/li&gt;
&lt;li&gt;&lt;code&gt;overwrite&lt;/code&gt; (bool, optional) - 覆盖已存在的仪表板&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 创建的仪表板信息&lt;/p&gt;
&lt;h3 id="update_dashboard"&gt;update_dashboard&lt;a class="anchor" href="#update_dashboard"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;更新现有的仪表板。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;dashboard&lt;/code&gt; (object, required) - 仪表板配置&lt;/li&gt;
&lt;li&gt;&lt;code&gt;overwrite&lt;/code&gt; (bool, optional) - 覆盖已存在的仪表板&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 更新后的仪表板信息&lt;/p&gt;</description></item><item><title>Prometheus 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/prometheus/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/prometheus/</guid><description>&lt;h1 id="prometheus-工具"&gt;Prometheus 工具&lt;a class="anchor" href="#prometheus-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 20 个 Prometheus 管理工具，用于指标查询、规则管理、目标监控和配置管理。&lt;/p&gt;
&lt;h2 id="查询执行"&gt;查询执行&lt;a class="anchor" href="#%e6%9f%a5%e8%af%a2%e6%89%a7%e8%a1%8c"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="query"&gt;query&lt;a class="anchor" href="#query"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;执行即时查询（Instant Query）。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;query&lt;/code&gt; (string, required) - PromQL 查询表达式&lt;/li&gt;
&lt;li&gt;&lt;code&gt;time&lt;/code&gt; (string, optional) - 查询时间戳（RFC3339 或 Unix 时间戳）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 查询结果&lt;/p&gt;
&lt;h3 id="query_range"&gt;query_range&lt;a class="anchor" href="#query_range"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;执行范围查询（Range Query）。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;query&lt;/code&gt; (string, required) - PromQL 查询表达式&lt;/li&gt;
&lt;li&gt;&lt;code&gt;start&lt;/code&gt; (string, required) - 开始时间（RFC3339 或 Unix 时间戳）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;end&lt;/code&gt; (string, required) - 结束时间（RFC3339 或 Unix 时间戳）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;step&lt;/code&gt; (string, required) - 查询步长（如：15s, 1m, 5m）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 查询结果（时间序列数据）&lt;/p&gt;
&lt;h3 id="query_exemplars"&gt;query_exemplars&lt;a class="anchor" href="#query_exemplars"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;查询示例数据（Exemplars）。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;</description></item><item><title>Kibana 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/kibana/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/kibana/</guid><description>&lt;h1 id="kibana-工具"&gt;Kibana 工具&lt;a class="anchor" href="#kibana-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 52 个 Kibana 管理工具，用于索引管理、文档操作、可视化、仪表板和空间管理。&lt;/p&gt;
&lt;h2 id="索引管理"&gt;索引管理&lt;a class="anchor" href="#%e7%b4%a2%e5%bc%95%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="list_indices"&gt;list_indices&lt;a class="anchor" href="#list_indices"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;列出所有索引。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;pattern&lt;/code&gt; (string, optional) - 索引模式&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 索引列表&lt;/p&gt;
&lt;h3 id="get_index"&gt;get_index&lt;a class="anchor" href="#get_index"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取单个索引的详细信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 索引详细信息&lt;/p&gt;
&lt;h3 id="create_index"&gt;create_index&lt;a class="anchor" href="#create_index"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;创建新的索引。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称&lt;/li&gt;
&lt;li&gt;&lt;code&gt;body&lt;/code&gt; (object, required) - 索引配置&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 创建结果&lt;/p&gt;
&lt;h3 id="delete_index"&gt;delete_index&lt;a class="anchor" href="#delete_index"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;删除指定的索引。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 删除结果&lt;/p&gt;
&lt;h3 id="get_index_stats"&gt;get_index_stats&lt;a class="anchor" href="#get_index_stats"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取索引统计信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 索引统计数据&lt;/p&gt;
&lt;h3 id="get_index_settings"&gt;get_index_settings&lt;a class="anchor" href="#get_index_settings"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取索引设置。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;</description></item><item><title>Elasticsearch 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/elasticsearch/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/elasticsearch/</guid><description>&lt;h1 id="elasticsearch-工具"&gt;Elasticsearch 工具&lt;a class="anchor" href="#elasticsearch-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 14 个 Elasticsearch 管理工具，用于索引管理、文档操作和集群管理。&lt;/p&gt;
&lt;h2 id="索引管理"&gt;索引管理&lt;a class="anchor" href="#%e7%b4%a2%e5%bc%95%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="list_indices"&gt;list_indices&lt;a class="anchor" href="#list_indices"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;列出所有索引。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;pattern&lt;/code&gt; (string, optional) - 索引模式（如：&lt;em&gt;、logs-&lt;/em&gt;）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 索引列表&lt;/p&gt;
&lt;h3 id="get_index"&gt;get_index&lt;a class="anchor" href="#get_index"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取单个索引的详细信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 索引详细信息，包括映射、设置、别名等&lt;/p&gt;
&lt;h3 id="create_index"&gt;create_index&lt;a class="anchor" href="#create_index"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;创建新的索引。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称&lt;/li&gt;
&lt;li&gt;&lt;code&gt;body&lt;/code&gt; (object, optional) - 索引配置，包括：
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;settings&lt;/code&gt; - 索引设置&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mappings&lt;/code&gt; - 字段映射&lt;/li&gt;
&lt;li&gt;&lt;code&gt;aliases&lt;/code&gt; - 别名配置&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 创建结果&lt;/p&gt;
&lt;h3 id="delete_index"&gt;delete_index&lt;a class="anchor" href="#delete_index"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;删除指定的索引。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称或索引模式&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 删除结果&lt;/p&gt;
&lt;h3 id="get_index_stats"&gt;get_index_stats&lt;a class="anchor" href="#get_index_stats"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取索引统计信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index&lt;/code&gt; (string, required) - 索引名称&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 索引统计信息，包括：&lt;/p&gt;</description></item><item><title>Alertmanager 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/alertmanager/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/alertmanager/</guid><description>&lt;h1 id="alertmanager-工具"&gt;Alertmanager 工具&lt;a class="anchor" href="#alertmanager-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 15 个 Alertmanager 管理工具，用于告警管理、沉默规则、通知路由和配置管理。&lt;/p&gt;
&lt;h2 id="告警管理"&gt;告警管理&lt;a class="anchor" href="#%e5%91%8a%e8%ad%a6%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="list_alerts"&gt;list_alerts&lt;a class="anchor" href="#list_alerts"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;列出所有活动告警。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;silenced&lt;/code&gt; (bool, optional) - 是否包含沉默的告警&lt;/li&gt;
&lt;li&gt;&lt;code&gt;inhibited&lt;/code&gt; (bool, optional) - 是否包含抑制的告警&lt;/li&gt;
&lt;li&gt;&lt;code&gt;filter&lt;/code&gt; (string, optional) - 告警过滤器&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 告警列表&lt;/p&gt;
&lt;h3 id="get_alert"&gt;get_alert&lt;a class="anchor" href="#get_alert"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取单个告警的详细信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;fingerprint&lt;/code&gt; (string, required) - 告警指纹&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 告警详细信息&lt;/p&gt;
&lt;h3 id="get_alert_groups"&gt;get_alert_groups&lt;a class="anchor" href="#get_alert_groups"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取告警组。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;filter&lt;/code&gt; (string, optional) - 告警组过滤器&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 告警组列表&lt;/p&gt;
&lt;h2 id="沉默规则管理"&gt;沉默规则管理&lt;a class="anchor" href="#%e6%b2%89%e9%bb%98%e8%a7%84%e5%88%99%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="get_silences"&gt;get_silences&lt;a class="anchor" href="#get_silences"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取所有沉默规则。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;filter&lt;/code&gt; (string, optional) - 沉默规则过滤器&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 沉默规则列表&lt;/p&gt;
&lt;h3 id="create_silence"&gt;create_silence&lt;a class="anchor" href="#create_silence"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;创建新的沉默规则。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;matchers&lt;/code&gt; (array, required) - 匹配器数组&lt;/li&gt;
&lt;li&gt;&lt;code&gt;startsAt&lt;/code&gt; (string, required) - 开始时间（RFC3339）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;endsAt&lt;/code&gt; (string, required) - 结束时间（RFC3339）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;createdBy&lt;/code&gt; (string, required) - 创建者&lt;/li&gt;
&lt;li&gt;&lt;code&gt;comment&lt;/code&gt; (string, required) - 注释&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 创建的沉默规则信息&lt;/p&gt;</description></item><item><title>Jaeger 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/jaeger/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/jaeger/</guid><description>&lt;h1 id="jaeger-工具"&gt;Jaeger 工具&lt;a class="anchor" href="#jaeger-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 8 个 Jaeger 管理工具，用于分布式追踪、依赖分析和性能监控。&lt;/p&gt;
&lt;h2 id="追踪查询"&gt;追踪查询&lt;a class="anchor" href="#%e8%bf%bd%e8%b8%aa%e6%9f%a5%e8%af%a2"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="get_trace"&gt;get_trace&lt;a class="anchor" href="#get_trace"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取单个追踪的详细信息。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;traceId&lt;/code&gt; (string, required) - 追踪 ID&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 追踪详细信息，包括：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;追踪 ID&lt;/li&gt;
&lt;li&gt;开始时间&lt;/li&gt;
&lt;li&gt;持续时间&lt;/li&gt;
&lt;li&gt;Span 列表&lt;/li&gt;
&lt;li&gt;服务调用关系&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="search_traces"&gt;search_traces&lt;a class="anchor" href="#search_traces"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;搜索追踪。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;service&lt;/code&gt; (string, optional) - 服务名称&lt;/li&gt;
&lt;li&gt;&lt;code&gt;operation&lt;/code&gt; (string, optional) - 操作名称&lt;/li&gt;
&lt;li&gt;&lt;code&gt;tags&lt;/code&gt; (object, optional) - 标签过滤&lt;/li&gt;
&lt;li&gt;&lt;code&gt;startTimeMin&lt;/code&gt; (string, optional) - 开始时间（RFC3339）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;startTimeMax&lt;/code&gt; (string, optional) - 结束时间（RFC3339）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;durationMin&lt;/code&gt; (string, optional) - 最小持续时间&lt;/li&gt;
&lt;li&gt;&lt;code&gt;durationMax&lt;/code&gt; (string, optional) - 最大持续时间&lt;/li&gt;
&lt;li&gt;&lt;code&gt;limit&lt;/code&gt; (int, optional) - 返回数量限制&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 追踪列表&lt;/p&gt;</description></item><item><title>OpenTelemetry 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/opentelemetry/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/opentelemetry/</guid><description>&lt;h1 id="opentelemetry-工具"&gt;OpenTelemetry 工具&lt;a class="anchor" href="#opentelemetry-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 9 个 OpenTelemetry 管理工具，用于指标、追踪和日志数据的收集和查询。&lt;/p&gt;
&lt;h2 id="指标管理"&gt;指标管理&lt;a class="anchor" href="#%e6%8c%87%e6%a0%87%e7%ae%a1%e7%90%86"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="get_metrics"&gt;get_metrics&lt;a class="anchor" href="#get_metrics"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取指标数据。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;metricName&lt;/code&gt; (string, optional) - 指标名称&lt;/li&gt;
&lt;li&gt;&lt;code&gt;labels&lt;/code&gt; (object, optional) - 标签过滤&lt;/li&gt;
&lt;li&gt;&lt;code&gt;startTime&lt;/code&gt; (string, optional) - 开始时间（RFC3339）&lt;/li&gt;
&lt;li&gt;&lt;code&gt;endTime&lt;/code&gt; (string, optional) - 结束时间（RFC3339）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 指标数据&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;示例&lt;/strong&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;
&lt;table style="border-spacing:0;padding:0;margin:0;border:0;"&gt;&lt;tr&gt;&lt;td style="vertical-align:top;padding:0;margin:0;border:0;"&gt;
&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 1
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 2
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 3
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 4
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 5
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 6
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 7
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 8
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt; 9
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;10
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;11
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;12
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%"&gt;
&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-json" data-lang="json"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#1f2328"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;get_metrics&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;arguments&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#1f2328"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;metricName&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;http.requests&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;labels&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#1f2328"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;service&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;api-gateway&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;method&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;GET&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#1f2328"&gt;},&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;startTime&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;2024-01-01T00:00:00Z&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;endTime&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;2024-01-01T01:00:00Z&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#1f2328"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#1f2328"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id="get_metric_data"&gt;get_metric_data&lt;a class="anchor" href="#get_metric_data"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;获取详细的指标数据点。&lt;/p&gt;</description></item><item><title>Utilities 工具</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/utilities/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/zh/tools/utilities/</guid><description>&lt;h1 id="utilities-工具"&gt;Utilities 工具&lt;a class="anchor" href="#utilities-%e5%b7%a5%e5%85%b7"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloud Native MCP Server 提供 6 个通用实用工具，用于数据转换、编码和标识生成。&lt;/p&gt;
&lt;h2 id="base64-编码"&gt;Base64 编码&lt;a class="anchor" href="#base64-%e7%bc%96%e7%a0%81"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="base64_encode"&gt;base64_encode&lt;a class="anchor" href="#base64_encode"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;对字符串进行 Base64 编码。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;text&lt;/code&gt; (string, required) - 要编码的文本&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: Base64 编码的字符串&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;示例&lt;/strong&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;
&lt;table style="border-spacing:0;padding:0;margin:0;border:0;"&gt;&lt;tr&gt;&lt;td style="vertical-align:top;padding:0;margin:0;border:0;"&gt;
&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;1
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;2
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;3
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;4
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;5
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;6
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%"&gt;
&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-json" data-lang="json"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#1f2328"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;base64_encode&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;arguments&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#1f2328"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;text&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;Hello, World!&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#1f2328"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#1f2328"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: &lt;code&gt;&amp;quot;SGVsbG8sIFdvcmxkIQ==&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h3 id="base64_decode"&gt;base64_decode&lt;a class="anchor" href="#base64_decode"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;对 Base64 编码的字符串进行解码。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参数&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;encoded&lt;/code&gt; (string, required) - Base64 编码的字符串&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;返回&lt;/strong&gt;: 解码后的文本&lt;/p&gt;</description></item></channel></rss>