> ## Documentation Index
> Fetch the complete documentation index at: https://manual.seahorse.dnotitia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> 도구 목록 — 등록된 MCP 서버를 Name·Transport·Access·Required Fields·Created At 컬럼으로 조회

# Tool list

# 도구 목록

**경로**: Console → **Agent Ops** → **Tool Management**

등록된 MCP 도구 전체 목록을 조회하고, 신규 도구를 생성하거나 기존 도구를 수정·삭제합니다.

## 헤더

| 요소                        | 설명                                                            |
| ------------------------- | ------------------------------------------------------------- |
| **Tool Management** (타이틀) | 페이지 제목                                                        |
| **+ 도구 생성** (우측 상단)       | 신규 도구 등록 → [도구 생성](/console/agent-ops/agent-tool/tool-create) |
| 검색 입력                     | 이름·UUID 실시간 필터                                                |

## 목록 컬럼

| 컬럼                  | 설명              | 예시                                   |
| ------------------- | --------------- | ------------------------------------ |
| **Name**            | 도구 이름           | `github`, `slack`, `postgresql-read` |
| **Transport**       | MCP 통신 방식       | `stdio` / `http` / `sse`             |
| **Access**          | 접근 권한           | `Private` (생성자만) / `Public` (테넌트 전체) |
| **Required Fields** | 필수 환경변수 충족 비율   | `2/3` (3 개 중 2 개 입력)                 |
| **Created At**      | 생성 일시 (절대 + 상대) | `2026. 4. 17. 오후 4:45:53` · `4d ago` |
| **Actions**         | ✏ 편집 · 🗑 삭제    | —                                    |

### Transport 값

| 값         | 설명                                    |
| --------- | ------------------------------------- |
| **stdio** | 표준 입출력 — 로컬 프로세스로 실행 (가장 일반적인 MCP 서버) |
| **http**  | HTTP 엔드포인트 호출 — 원격 MCP 서버             |
| **sse**   | Server-Sent Events — 실시간 스트리밍 응답      |

### Required Fields 표시

`2/3` 같은 형식은 **필수 환경변수 3 개 중 2 개가 입력** 된 상태를 의미합니다. **모든 필수 필드가 채워지지 않으면 도구 호출 시 실패** 하므로, 미달 도구는 [상세](/console/agent-ops/agent-tool/tool-detail) 에서 보완하세요.

## 빈 상태

`No tools registered` — 등록된 도구가 하나도 없을 때 표시. **+ 도구 생성** 으로 먼저 등록하세요.

## 동작

* **Name 클릭** → [도구 상세](/console/agent-ops/agent-tool/tool-detail)
* **+ 도구 생성** → [도구 생성](/console/agent-ops/agent-tool/tool-create) — 템플릿 또는 커스텀 선택
* **✏ Edit** → [도구 수정](/console/agent-ops/agent-tool/tool-update)
* **🗑 Delete** → [도구 삭제](/console/agent-ops/agent-tool/tool-delete) — 연결 에이전트 영향 확인 필수

## 관련 문서

* [도구 생성](/console/agent-ops/agent-tool/tool-create)
* [도구 상세](/console/agent-ops/agent-tool/tool-detail)
* [도구 수정](/console/agent-ops/agent-tool/tool-update)
* [도구 삭제](/console/agent-ops/agent-tool/tool-delete)
* [서비스 템플릿](/console/agent-ops/agent-tool/templates) — GitHub / Atlassian / PostgreSQL / Slack 1 분 등록
* [Tool Management 개요](/console/agent-ops/agent-tool)
