> 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-ko/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-ko/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-ko/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.
