Read
Reads a file from the local filesystem. You can access any file directly by using this tool.
Assume this tool is able to read all files on the machine. If the User provides a path to a file assume tha
Reads a file from the local filesystem. You can access any file directly by using this tool.
Assume this tool is able to read all files on the machine. If the User provides a path to a file assume tha
Reads a Jupyter notebook (.ipynb file) and returns all of the cells with their outputs. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data
Completely replaces the contents of a specific cell in a Jupyter notebook (.ipynb file) with new source. Jupyter notebooks are interactive documents that combine code, text, and visualizations, common
This is a tool for making multiple edits to a single file in one operation. It is built on top of the Edit tool and allows you to perform multiple find-and-replace operations efficiently. Prefer this
Lists files and directories in a given path. The path parameter must be an absolute path, not a relative path. You can optionally provide an array of glob patterns to ignore with the ignore parameter.
A powerful search tool built on ripgrep
Usage:
– ALWAYS use Grep for search tasks. NEVER invoke `grep` or `rg` as a Bash command. The Grep tool has been optimized for correct permissions and acce
– Fast file pattern matching tool that works with any codebase size
– Supports glob patterns like “**/*.js” or “src/**/*.ts”
– Returns matching file paths sorted by modification time
– Use this tool w
Performs exact string replacements in files.
Usage:
– You must use your `Read` tool at least once in the conversation before editing. This tool will error if you attempt an edit without reading the f
Executes a given bash command in a persistent shell session with optional timeout, ensuring proper handling and security measures.
Before executing the command, please follow these steps:
1. Directo
**Description**: Anthropic’s official CLI tool for Claude
**Provider**: Anthropic
**Repository**: https://github.com/anthropics/claude-code
**Type**: CLI Tool
## Overview
Claude Code is Anthropic’s