Skip to main content
Glama

scm_commit

Commit and push staged configuration changes to managed firewalls. Use this tool to apply pending modifications from specified folders to Palo Alto Networks devices.

Instructions

Commit pending configuration changes and push to devices.

This pushes staged changes in the specified folders to the managed firewalls. The operation is asynchronous — use sync=True to wait for completion (up to timeout seconds) or sync=False to get a job ID immediately.

Args: folders: List of folder names whose changes should be committed (e.g. ['Texas', 'California']). description: Optional commit description shown in the audit log. sync: Wait for the commit job to complete before returning (default True). timeout: Seconds to wait when sync=True (default 300). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
foldersYes
descriptionNo
syncNo
timeoutNo
tsg_idNo
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: it's a write operation (commit/push), it's asynchronous, it offers sync/async modes with timeout control, and it references an audit log. However, it doesn't mention potential side effects like configuration locks, error handling, or authentication requirements.

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

Conciseness5/5

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

The description is efficiently structured: a clear purpose statement followed by a focused explanation of asynchronous behavior, then a well-organized Args section. Every sentence adds value with no redundancy, and key information is front-loaded.

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 complex write operation with 5 parameters, no annotations, and no output schema, the description is quite complete—covering purpose, behavior, and all parameters. It could be improved by mentioning the return format (e.g., job ID vs. completion status) or error conditions, but it provides sufficient context for effective use.

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

Parameters5/5

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

Given 0% schema description coverage, the description fully compensates by explaining all 5 parameters in detail: what 'folders' represents with examples, the purpose of 'description', how 'sync' affects behavior, what 'timeout' controls, and the default for 'tsg_id'. This adds substantial meaning beyond the bare schema.

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 clearly states the specific action ('commit pending configuration changes and push to devices') and resource ('staged changes in the specified folders to the managed firewalls'), distinguishing it from sibling tools that primarily create, delete, get, list, or update individual configuration objects rather than committing batches of changes.

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 for when to use the tool (to push staged changes) and mentions the asynchronous nature, but does not explicitly state when NOT to use it or name specific alternatives among the many sibling tools, such as whether to use scm_get_job_status for tracking async jobs.

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

Install Server

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/ReverseThrottle/scm-mcp'

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