Skip to main content
Glama
packetracer

Palo Alto Networks MCP Server Suite

by packetracer

get_system_info

Retrieve system information from Palo Alto firewalls to monitor device status, configuration details, and operational data for network security management.

Instructions

Get system information from the Palo Alto firewall

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler function for the 'get_system_info' tool. It makes an API call to '/Device/VirtualSystems' and returns the response as formatted JSON text.
    case 'get_system_info': { const response = await this.axiosInstance.get('/Device/VirtualSystems'); return { content: [ { type: 'text', text: JSON.stringify(response.data, null, 2), }, ], }; }
  • src/index.ts:133-139 (registration)
    Registration of the 'get_system_info' tool in the ListTools response, including name, description, and empty input schema.
    name: 'get_system_info', description: 'Get system information from the Palo Alto firewall', inputSchema: { type: 'object', properties: {}, }, },
  • Input schema definition for 'get_system_info' tool, which requires no parameters.
    inputSchema: { type: 'object', properties: {}, },

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/packetracer/mcpserver'

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