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 and configuration details for network security management.

Instructions

Get system information from the Palo Alto firewall

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for the 'get_system_info' tool. It makes an API GET request to '/Device/VirtualSystems' using the configured axios instance and returns the response data as a text content block.
    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)
    The tool registration entry in the ListTools response, including name, description, and input schema (empty object).
    name: 'get_system_info', description: 'Get system information from the Palo Alto firewall', inputSchema: { type: 'object', properties: {}, }, },
  • The input schema definition for the 'get_system_info' tool, which expects an empty object.
    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