29 lines
719 B
Markdown
29 lines
719 B
Markdown
|
|
---
|
|||
|
|
name: get-tool-info
|
|||
|
|
description: Get system tool detailed parameter definition (Level 2 disclosure). When you need to understand unfamiliar tool usage, check tool parameters, or learn tool examples. Call before using unfamiliar tools.
|
|||
|
|
system: true
|
|||
|
|
handler: system
|
|||
|
|
tool-name: get_tool_info
|
|||
|
|
category: System
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
# Get Tool Info
|
|||
|
|
|
|||
|
|
获取系统工具的详细参数定义(Level 2 披露)。
|
|||
|
|
|
|||
|
|
## Parameters
|
|||
|
|
|
|||
|
|
| 参数 | 类型 | 必填 | 说明 |
|
|||
|
|
|-----|------|-----|------|
|
|||
|
|
| tool_name | string | 是 | 工具名称 |
|
|||
|
|
|
|||
|
|
## When to Use
|
|||
|
|
|
|||
|
|
- 了解不熟悉的工具用法
|
|||
|
|
- 查看工具参数
|
|||
|
|
- 学习工具示例
|
|||
|
|
|
|||
|
|
## Tip
|
|||
|
|
|
|||
|
|
在调用不熟悉的工具前,先用此工具了解其完整用法、参数说明和示例。
|