all_tools
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseList All Tools
列出所有工具
List all available tools detailed in your system prompt.
列出系统提示中详细说明的所有可用工具。
When to use
使用场景
- When user asks what tools are available
- When user needs to understand tool capabilities
- When exploring what functions Claude Code can perform
- 当用户询问有哪些可用工具时
- 当用户需要了解工具功能时
- 当探索Claude Code可以执行哪些功能时
Instructions
说明
Display all tools in bullet points using TypeScript function signature format. Suffix each with the purpose of the tool. Use double line breaks between each tool for readability.
Example format:
typescript
- functionName(param1: type, param2: type): returnType
// Purpose of this tool
- anotherFunction(param: type): returnType
// What this tool does使用TypeScript函数签名格式,以项目符号形式显示所有工具。每个工具后面附上其用途。为了可读性,每个工具之间添加空行。
示例格式:
typescript
- functionName(param1: type, param2: type): returnType
// Purpose of this tool
- anotherFunction(param: type): returnType
// What this tool does