select_service
Discover and select target service in multi-service workspace. Lists available services, selects by name, and shows current selection.
Instructions
Select target service in multi-service workspace. (list/select/status)
list: Discover all .aidflow directories in workspace. Auto-selects if only one found.
select: Select a specific service by name. Optionally bind to a session for parallel work.
status: Show current service selection (session-bound or global).
Call this before other tools (session, plan, guide) when working in a multi-service workspace.
Single-service projects are auto-selected on list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | list: 서비스 목록 조회, select: 서비스 선택, status: 현재 선택 상태 확인 | list |
| service | No | 선택할 서비스명 (action이 "select"일 때 필수) | |
| session | No | 서비스를 바인딩할 세션명. 미지정 시 글로벌 선택 | |
| workspacePath | No | 서비스 탐색 기준 디렉토리. 미지정 시 워크스페이스 루트 사용 |