execute_tool
Invokes any registered tool by name, passing optional keyword arguments. Designed for power users who need direct access to Korean statistical tools.
Instructions
이름으로 임의의 등록된 도구를 호출 (파워유저 escape hatch).
Args: name: 도구 이름 (discover_tools()로 확인 가능). args: 도구에 전달할 키워드 인자. 시그니처와 맞지 않으면 에러 반환.
Returns: {"tool": name, "result": ...} 또는 {"tool": name, "error": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||