Skip to main content
Glama
yaylaerkan

palo-alto-bgp-ipsec

by yaylaerkan

get_config_logs

Read-only

Retrieve recent firewall configuration change logs with optional query filters and result limits to audit or troubleshoot changes.

Instructions

[READ-ONLY] Retrieves recent configuration change logs from the firewall using the PanOS log API (type=log). Supports filtering by query and limiting result count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nlogsNoNumber of logs to retrieve (default: 20, max: 5000)
queryNoFilter query
firewallNoTarget firewall name (from firewalls.json). Required when multiple firewalls are configured; optional otherwise.
Install Server

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's '[READ-ONLY]' prefix adds no new safety information. The description does add that it uses the PanOS log API with type=log and that results are 'recent,' which is modest behavioral context. No rate limits, pagination, or return format details are provided, but annotations cover the main safety profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that conveys purpose, API context, filtering, and result limiting without fluff. The '[READ-ONLY]' prefix is redundant with the annotations, which keeps it from being flawless, but the overall structure is compact and effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only log retrieval tool with fully documented parameters and safety annotations, the description covers the essential purpose and capabilities. The main missing piece is return-format or time-window context, but no output schema exists and the description does not mislead. It is sufficient for an agent to select and invoke the tool correctly in most cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all three parameters: nlogs, query, and firewall. The description's mention of 'filtering by query and limiting result count' aligns with the query and nlogs parameters but does not add meaning beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Retrieves') and resource ('recent configuration change logs from the firewall') with an explicit API context ('PanOS log API type=log'). This clearly distinguishes it from sibling log tools like get_system_logs, get_traffic_logs, get_threat_logs, and get_url_filter_logs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: use this for configuration change logs from a firewall. It mentions filtering by query and limiting result count, which gives practical invocation guidance. It does not explicitly name alternatives or state when not to use it, but the resource type itself makes the intended use clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/yaylaerkan/palo-alto-bgp-ipsec'

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