Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
actionNolist: 서비스 목록 조회, select: 서비스 선택, status: 현재 선택 상태 확인list
serviceNo선택할 서비스명 (action이 "select"일 때 필수)
sessionNo서비스를 바인딩할 세션명. 미지정 시 글로벌 선택
workspacePathNo서비스 탐색 기준 디렉토리. 미지정 시 워크스페이스 루트 사용
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It explains behaviors like auto-selection on list, session binding, and global selection. Missing details on what state changes occur upon selection, but overall adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise with a clear structure: a brief intro followed by bullet-pointed actions and usage notes. Every sentence serves a purpose without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (4 parameters, no nested objects, no output schema), the description fully covers all actions, parameters, and usage context. It explains the tool's role in the workflow adequately.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 4 parameters are described in the schema (100% coverage). The description adds contextual meaning, especially for the 'action' enum and the 'session' parameter, clarifying their roles beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: selecting a target service in a multi-service workspace. It lists three specific actions (list, select, status) and distinguishes itself from sibling tools by being the service selection mechanism.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided: 'Call this before other tools (session, plan, guide) when working in a multi-service workspace.' It also notes that single-service projects auto-select, indicating when not to use explicitly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/g-hyeong/MCP-AidFlow'

If you have feedback or need assistance with the MCP directory API, please join our Discord server