> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/ai-feature/tools.md).

# ツール

Autify Genesis では、AI アシスタントと AI エージェントブロックが AI モデルにツールを組み合わせることで、コードベースの探索、ファイルの読み込み、外部サービスとの連携などを実行できます。

## ツールの種類

利用できるツールは、次の 3 種類に分かれます。

| 種類               | 内容                                                                                         |
| ---------------- | ------------------------------------------------------------------------------------------ |
| 個別に有効化するビルトインツール | AI エージェントブロックの **ツール** タブから選択するツールです。AI アシスタントでは自動的に使われます。                                 |
| 条件に応じて自動付与されるツール | ワークスペースの状態や有効な連携に応じて自動で追加されるツールです。                                                         |
| カスタム MCP サーバー    | ワークスペースの **リソースとコンテキスト > インテグレーション** で外部 MCP（Model Context Protocol）接続を登録すると使えるようになるツールです。 |

## ビルトインツール

主なビルトインツールは次のとおりです。

| ツール        | 説明                                                     |
| ---------- | ------------------------------------------------------ |
| 探索         | bash 風のコマンドで、ワークスペースのコードベースやアップロード済みファイルを読み取り専用で確認します。 |
| メディアを表示    | ワークスペース内の画像や PDF を読み込んで確認します。                          |
| ナレッジベースを検索 | 登録済みのコードベースや仕様ファイルをセマンティック検索します。                       |
| ファイルバージョン  | アップロード済みファイルの全バージョンを一覧表示します。                           |
| URL から取得   | 公開 URL からデータを取得します。                                    |
| 動画を分析      | アップロード済み動画の内容を確認して要約します。                               |

## 条件に応じて自動付与されるツール

一部のツールは、個別に選ばなくても自動で利用可能になります。

* **ファイルを読み込み** などのファイル系ツールは、常に自動で付与されます。
* **画像を生成** は、組織で Google プロバイダーが利用できる場合に、AI アシスタントでのみ付与されます。
* **GitHub ツール** は、**リソースとコンテキスト > コードベース** で GitHub を接続すると利用できます。
* **Slack ツール** は、組織で Slack を接続し、ワークスペースに利用可能なチャンネルを紐づけると利用できます。
* **Aximo ツール** は、ワークスペースに Aximo 接続が設定されていると利用できます。
* **スペースツール** は、組織で **スペース** が利用可能な場合に付与されます。スペースやコレクションの作成・更新に加えて、行のキーワード検索（**エントリを検索**）も実行できます。

## カスタム MCP サーバー

外部 MCP 接続は、ワークスペースページの **リソースとコンテキスト > インテグレーション** から登録します。

| 利用箇所                  | 利用方法                                  |
| --------------------- | ------------------------------------- |
| AI アシスタント（チャット）       | ワークスペースに登録済みのすべての MCP 接続が自動的に読み込まれます。 |
| ワークフローの AI エージェントブロック | ブロックの **MCP サーバー** タブから使用する接続を追加します。  |

{% hint style="info" %}
ワークスペース単位の MCP 接続を登録・管理する手順は、[ワークスペースの設定](/features-ja/settings/workspace-settings/workspace-configuration.md) を参照してください。
{% 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://help.genesis.autify.com/features-ja/ai-feature/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.
