A
licenseNot graded
qualityF
maintenanceEnables browsing Material Design 3 documentation by listing top-level sections and retrieving page content as Markdown.
GPL 3.0
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clear, distinct purpose: listing available documents, searching for content, and reading a specific document. There is no overlap or ambiguity between them.
All tools follow a consistent verb_md3_doc pattern with snake_case, using 'list', 'search', and 'read' as clear action prefixes.
Three tools is a perfect fit for a documentation-focused server: discover (list), find (search), and retrieve (read). Not too few, not too many.
The set covers the core workflow of discovering, searching, and reading docs. A minor gap might be the absence of a direct document listing by category, but list_md3_docs already returns all docs, and search can filter.