Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_system_statusA

General FortiGate status: hostname, model, FortiOS version, serial, HA mode, plus current CPU/memory/session usage.

list_interfacesA

List interfaces with link status, IP, speed, and traffic counters.

get_routing_tableB

Active IPv4 routing table (connected, static, OSPF, BGP, etc.).

list_firewall_policiesA

List firewall policies (compact fields). List order = rule evaluation order.

get_firewall_policyA

Full detail of a single firewall policy (all cmdb fields).

list_address_objectsB

List address objects (subnet, fqdn, iprange, geography).

list_servicesB

List custom service objects (protocol and port ranges).

get_vpn_statusB

VPN status: IPsec tunnels (up/down, traffic) and active SSL-VPN sessions.

search_sessionsA

Search the active session table with source/destination/port filters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 9 tools

Disambiguation5/5

Each tool targets a distinct resource or action: system status, interfaces, routing, firewall policies, address objects, services, VPN, and sessions. The list/get distinction for firewall policies is clear, with list providing summary and get providing details. No two tools appear to overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case. Verbs are limited to 'get', 'list', and 'search', and are used predictably: 'list_' for plural resources, 'get_' for single items, and 'search_' for queries. This makes the tool set easy to navigate.

Tool Count5/5

Nine tools is well within the ideal range for a focused server. Each tool covers a meaningful aspect of FortiGate status and configuration, without redundancy. The scope is broad enough to be useful but not so large that it becomes overwhelming.

Completeness4/5

The tool surface provides solid read-only coverage of the FortiGate domain: system health, interfaces, routing, policies, objects, services, VPN, and sessions. The only notable gap is the lack of any write operations (e.g., create/update/delete firewall policies or address objects), which would be expected for full management but is acceptable for a monitoring-focused server. Minor missing details like a single-address-object lookup are not critical.

Maintenance

ActivitySlowing
ResponsivenessNo issues