> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/mcp/zh/exoclick-mcp-tools.md).

# 可用工具

连接后，你的 AI 助手将可以访问以下工具。你无需直接调用这些工具——只需用自然语言提出你的问题，AI 就会自动使用合适的工具。

## 获取广告主全局统计数据 <a href="#get-a-dvertiser-global-statistics" id="get-a-dvertiser-global-statistics"></a>

使用灵活的筛选和分组选项查询你的广告主统计数据。此工具可让你分析展示、点击、转化、收入、成本以及其他绩效指标，覆盖任意维度组合。

### 你可以问什么 <a href="#what-can-you-ask" id="what-can-you-ask"></a>

* 按日期范围查看活动表现
* 按国家、设备、浏览器、操作系统、广告位，或任何其他可用维度进行细分
* 按任意指标查看表现最佳或最差的对象
* 比较不同时间段
* 筛选后的视图（例如，特定活动或广告位的统计数据）

### 示例提示 <a href="#example-prompts" id="example-prompts"></a>

* *给我过去 7 天按花费排名前列的活动。*
* *本月按国家划分我的 eCPA 是多少？*
* *按设备类型分组，比较我本周与上周的展示量。*
* *昨天哪些广告位的 CR 最低？*

使用灵活的筛选和分组选项查询你的广告主统计数据。此工具可让你分析展示、点击、转化、成本以及其他绩效指标，覆盖任意维度组合。

## 获取发布商全局统计数据 <a href="#get-publisher-global-statistics" id="get-publisher-global-statistics"></a>

使用灵活的筛选和分组选项查询你的发布商统计数据。此工具可让你分析展示、点击、eCPM 以及其他绩效指标，覆盖任意维度组合。

### 你可以问什么 <a href="#what-can-you-ask-1" id="what-can-you-ask-1"></a>

* 按日期范围查看广告位表现
* 按国家、设备、浏览器、操作系统、广告位，或任何其他可用维度进行细分
* 按任意指标查看表现最佳或最差的对象
* 比较不同时间段
* 筛选后的视图（例如，特定活动或广告位的统计数据）

### 示例提示 <a href="#example-prompts-1" id="example-prompts-1"></a>

* *给我过去 7 天按收入排名前列的广告位。*
* *本月按国家划分我的 eCPM 是多少？*
* *按设备类型分组，比较我本周与上周的展示量。*
* *昨天在我的多格式中，哪些广告位效果最好？*

## 公共技能仓库 <a href="#public-skills-repository" id="public-skills-repository"></a>

除了 MCP Server 之外，ExoClick 还可访问一个 [**预构建技能的公共仓库**](https://github.com/EXADS/ai-skills)，其中包含为常见广告任务设计的优化提示和工作流程。这些技能通过经过验证的方法，为每日效果分析、活动优化审查和报告等任务提供了一个良好的开端。

技能完全可选。MCP Server 可与您自己编写的任何提示或问题配合使用。技能仓库只是为了帮助你更快上手，并受益于经过 ExoClick 团队测试和优化的工作流程。

{% hint style="info" %}
**注意：** 这些技能目前仅限于 **广告** 账户。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/mcp/zh/exoclick-mcp-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
