F
licenseA
qualityD
maintenanceEnables to interact with Memos note-taking service, allowing search, creation, retrieval, and updating of notes through natural language.
4
5 npm
4
-
No user-submitted related servers found.
Scored across 8 tools
Each tool targets a distinct action or resource: memo CRUD, comments, tags, search/filter, and user listing. No overlapping purposes.
Mostly follows verb_noun pattern (e.g., create_memo, delete_memo). 'get_all_users_tools' is slightly inconsistent (uses 'get' vs. other verbs) but all are snake_case and clear.
8 tools is well-scoped for a memo application covering creation, deletion, updating, searching, filtering, comments, tags, and user listing.
Core memo CRUD covered, plus comments and tags. Missing explicit get_memo by ID and create/update/delete for comments and tag creation, but search/filter compensates.