Skip to main content
Glama
bonkey
by bonkey

Related Servers

Alternatives to confluence-mini-mcp

No user-submitted related servers found.

    Related Servers

    TDQS

    A4/5.0

    Scored across 4 tools

    Disambiguation4/5

    list_pages and search_pages both surface pages, but they differ by enumeration vs full-text query and are clearly documented. get_page and refresh_cache have non-overlapping cache-read and cache-maintenance roles, so misselection is unlikely.

    Naming Consistency5/5

    All four tools follow a consistent snake_case verb_noun pattern: list_pages, refresh_cache, search_pages, get_page. There is no mixing of naming conventions.

    Tool Count5/5

    Four tools are well-scoped for a mini read-oriented Confluence cache MCP. Each tool has a distinct role: enumerate, search, retrieve, and refresh, with no redundant tools.

    Completeness4/5

    The set covers the core read path: list cached pages, search them, and fetch full page content. It lacks page creation/update/delete, but as a mini cache reader this is a reasonable scope with only minor gaps.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues