Skip to main content
Glama

Related Servers

Alternatives to Prisma SD-WAN MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A4.1/5.0

    Scored across 27 tools

    Disambiguation2/5

    Several tools have overlapping operations: get_inventory(kind='machines') duplicates get_platform(operation='machines'), get_interfaces overlaps get_wan(operation='interfaces'), and get_security/get_ipfix both expose global_prefixes/local_prefixes. Despite detailed descriptions, these ambiguous boundaries can easily cause an agent to select the wrong tool.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun snake_case pattern: get_<domain>, find_<entity>, list_capabilities, read_capability, run_commands, generate_site_config, resolve_path. There are no mixed conventions or vague verbs.

    Tool Count2/5

    At 27 tools, the count exceeds the 25-tool threshold and feels heavy, even though each get_* tool consolidates many operations via an operation parameter. The breadth is justified by the large Prisma SD-WAN domain, but the sheer number makes the set harder for an agent to navigate.

    Completeness5/5

    For a read-only inspection server, coverage is comprehensive: inventory, routing, WAN, interfaces, monitoring, security, identity, platform, and more are all represented. The list_capabilities/read_capability escape hatch fills any remaining gaps, so there are no obvious dead ends or missing read operations.