Skip to main content
Glama

scm_create_authentication_rule

Create authentication policy rules in Palo Alto Networks Strata Cloud Manager to enforce user verification for network traffic between specified zones.

Instructions

Create an authentication policy rule.

Args: name: Unique name for the rule. folder: Folder to create the rule in. source_zone: List of source zone names. destination_zone: List of destination zone names. authentication_enforcement: Authentication enforcement profile name. source: Source address objects/groups (default ['any']). destination: Destination address objects/groups (default ['any']). source_user: Source user/group names (default ['any']). description: Optional description. tag: Optional list of tag names. disabled: Whether the rule is disabled (default False). rulebase: Rulebase — 'pre' (default) or 'post'. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
folderYes
source_zoneYes
destination_zoneYes
authentication_enforcementYes
sourceNo
destinationNo
source_userNo
descriptionNo
tagNo
disabledNo
rulebaseNopre
tsg_idNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool creates rules but doesn't mention whether this is a write operation requiring specific permissions, if changes are reversible, potential side effects, or what happens on success/failure. For a mutation tool with 13 parameters and no annotation coverage, this is a significant gap in transparency.

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 appropriately sized and well-structured with a clear purpose statement followed by a parameter glossary. Each parameter explanation is concise and earns its place. However, the 'Args:' section could be more tightly integrated with the purpose statement for better front-loading.

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

Completeness3/5

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

For a complex mutation tool with 13 parameters, no annotations, and no output schema, the description is partially complete. It excels at parameter documentation but lacks behavioral context, usage guidelines, and information about what the tool returns. Given the complexity, it should provide more about authentication rule behavior and system impact.

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 the schema description coverage is 0%, the description compensates fully by providing detailed parameter semantics for all 13 parameters. It explains each parameter's purpose, data types (e.g., 'List of source zone names'), default values (e.g., "default ['any']"), and optional/required status. This adds substantial value beyond the bare schema.

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

Purpose4/5

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

The description clearly states the tool's purpose as 'Create an authentication policy rule' with a specific verb ('Create') and resource ('authentication policy rule'). It distinguishes from siblings like 'scm_create_security_rule' by specifying the rule type, though it doesn't explicitly contrast with other authentication-related tools like 'scm_update_authentication_rule' or 'scm_delete_authentication_rule'.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., existing folders or profiles), when not to use it, or how it relates to sibling tools like 'scm_update_authentication_rule' or 'scm_delete_authentication_rule'. The only implied usage is for creating rules, but no contextual boundaries are defined.

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