F
licenseNot graded
qualityB
maintenanceProvides sandboxed file system tools (read, write, search, list, watch) over the Model Context Protocol, enabling resume matching and analysis workflows via an agent.
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: starting, listing, polling, and stopping watches. No overlap or ambiguity.
All tools use verb_noun snake_case pattern. 'unwatch' is slightly non-standard but still clear and consistent.
4 tools is appropriate for a filesystem watcher, covering all essential operations without being too many or too few.
Covers full lifecycle: create (watch_directory), read (list_active_watches, poll_events), delete (unwatch). No obvious gaps for basic watching.