Skip to main content
Glama

Vultr MCP

by rsp2k

get_rule

Retrieve detailed information about a specific firewall rule using its group and rule identifiers to manage network security configurations.

Instructions

Get information about a specific firewall rule.

Args: firewall_group_id: The firewall group ID or description (e.g., "web-servers" or UUID) firewall_rule_id: The firewall rule ID

Returns: Firewall rule information

Input Schema

NameRequiredDescriptionDefault
firewall_group_idYes
firewall_rule_idYes

Input Schema (JSON Schema)

{ "properties": { "firewall_group_id": { "title": "Firewall Group Id", "type": "string" }, "firewall_rule_id": { "title": "Firewall Rule Id", "type": "string" } }, "required": [ "firewall_group_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