Files
X-Agents/account/admin/skills/system/get-tool-info/SKILL.md
2026-03-11 16:26:22 +08:00

29 lines
719 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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
在调用不熟悉的工具前,先用此工具了解其完整用法、参数说明和示例。