Skip to main content
Glama

MCP Notes

search_files

Locate files and directories in your notes folder by searching with a pattern. Returns full paths for matching items, even with partial or case-insensitive matches. Simplify finding notes without 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 to connect to the server.

Other Tools from MCP Notes

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeysrecipes/mcp-notes'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server