feat: 新增 account 和 plan 目录

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:26:22 +08:00
parent 243a190124
commit 0cab33b16b
694 changed files with 161549 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"zh": {
"name": "工具详情",
"description": "获取系统工具的详细参数定义,了解工具的使用方法和参数说明。"
}
}

View File

@@ -0,0 +1,28 @@
---
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
在调用不熟悉的工具前,先用此工具了解其完整用法、参数说明和示例。