Skip to main content
Glama
djuntgen
by djuntgen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIREWALLA_TOKENYesYour Firewalla MSP API personal access token
FIREWALLA_MSP_DOMAINYesYour MSP domain, e.g. your-alias.firewalla.net

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_boxesA

List all Firewalla boxes on this MSP account, optionally filtered by group ID.

get_boxB

Get a single Firewalla box by its gid.

list_devicesB

List devices seen on the network, optionally filtered by box gid or group ID.

list_alarmsC

List alarms. query supports Firewalla's search syntax, e.g. 'status:active box: type:9'.

get_alarmB

Get a single alarm by box gid and alarm id.

delete_alarmB

Delete an alarm by box gid and alarm id.

list_rulesA

List firewall rules. query supports Firewalla's search syntax, e.g. 'status:paused action:allow'.

create_ruleB

Create a new firewall rule. rule is a Firewalla rule object; action must be 'block' or 'allow'.

pause_ruleB

Pause an existing firewall rule by id.

resume_ruleB

Resume a paused firewall rule by id.

delete_ruleB

Delete a firewall rule by id.

list_flowsC

List network flows. query supports time-range syntax, e.g. 'ts:-'.

list_target_listsA

List target lists, optionally filtered by owner (a box gid; omit for global/Firewalla-managed lists).

get_target_listC

Get a single target list by id.

create_target_listC

Create a new target list of IPs/domains.

update_target_listB

Update mutable fields of an existing target list. Only non-null fields are sent.

delete_target_listC

Delete a target list by id.

get_flow_trendsB

Get daily blocked-flow counts, optionally scoped to a box group.

get_alarm_trendsC

Get daily alarm counts, optionally scoped to a box group.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/djuntgen/firewalla-mcp'

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