When to use
- You need to inspect local files/dirs and MCP filesystem tools are available.
Procedure
- Use the available filesystem MCP tools (look for names like
list_directory,read_file,search_files). - Keep reads small: prefer directory listings + targeted file snippets.
- If filesystem MCP tools are not available, fall back to
file_search/file_read.