MCP Notes

by markacianfrani
Verified

search_files

Quickly locate notes by searching for file and directory names matching a case-insensitive pattern. Exclude items using glob patterns. Ideal for retrieving stored information without knowing exact locations.

Instructions

Recursively search for files and directories matching a pattern in your notes directory. The search is case-insensitive and matches partial names. Returns full paths to all matching items. Great for finding notes when you don't know their exact location.

Input Schema

NameRequiredDescriptionDefault
excludePatternsNoGlob patterns to exclude from search results
patternYesThe pattern to search for in file and directory names

Input Schema (JSON Schema)

{ "properties": { "excludePatterns": { "default": [], "description": "Glob patterns to exclude from search results", "items": { "type": "string" }, "type": "array" }, "pattern": { "description": "The pattern to search for in file and directory names", "type": "string" } }, "required": [ "pattern" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notes

Related Tools

ID: timi8dkawo