> 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/ja/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サーバーに加えて、ExoClickは [**事前構築済みスキルの公開リポジトリ**](https://github.com/EXADS/ai-skills)にアクセスできます。これは、一般的な広告業務向けに設計された、最適化済みのプロンプトとワークフローです。これらのスキルにより、日次パフォーマンス分析、キャンペーン最適化レビュー、レポート作成などのタスクで、実績のある手法をすぐに活用できます。

スキルは完全に任意です。MCPサーバーは、あなたが自分で書いた任意のプロンプトや質問で動作します。スキルリポジトリは、より早く始められるようにし、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/ja/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.
