Skip to main content
Glama

Vultr MCP

by rsp2k

get_firewall_rule

Retrieve detailed configuration and status information for a specific firewall rule associated with a Vultr load balancer to verify security settings and network access controls.

Instructions

Get details of a specific firewall rule.

Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID) firewall_rule_id: The firewall rule ID

Returns: Firewall rule details

Input Schema

NameRequiredDescriptionDefault
firewall_rule_idYes
load_balancer_idYes

Input Schema (JSON Schema)

{ "properties": { "firewall_rule_id": { "title": "Firewall Rule Id", "type": "string" }, "load_balancer_id": { "title": "Load Balancer Id", "type": "string" } }, "required": [ "load_balancer_id", "firewall_rule_id" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server