search_filesystem
Search for files and directories in the workspace filesystem using a case-insensitive pattern. Recursively scans subdirectories, returns matching paths, and supports excluding specific paths with glob patterns.
Instructions
Recursively search for files and directories within the workspace filesystem matching a pattern in their name. Searches through all subdirectories from the starting path. The search is case-insensitive and matches partial names. Returns full paths (relative to workspace) to all matching items. Supports excluding paths using glob patterns.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
excludePatterns | No | An array of glob patterns (e.g., 'node_modules', '*.log') to exclude from the search. | |
path | Yes | The starting directory path for the search (relative to the workspace directory). | |
pattern | Yes | The case-insensitive text pattern to search for in file/directory names. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Vertex AI MCP Server
- answer_query_direct
- answer_query_websearch
- create_directory
- edit_file_content
- explain_topic_with_docs
- generate_project_guidelines
- get_directory_tree
- get_doc_snippets
- get_filesystem_info
- list_directory_contents
- move_file_or_directory
- read_file_content
- read_multiple_files_content
- save_answer_query_direct
- save_answer_query_websearch
- save_doc_snippet
- save_generate_project_guidelines
- save_topic_explanation
- search_filesystem
- write_file_content
Related Tools
- @skydeckai/mcp-server-aidd
- @wonderwhy-er/DesktopCommanderMCP
- @Wayazi/mcp_file_system
- @kevinwatt/shell-mcp
- @shariqriazz/vertex-ai-mcp-server