Skip to main content
Glama

scm_create_snippet

Create configuration snippets for Palo Alto Networks firewall management with customizable names, descriptions, labels, and prefix options.

Instructions

Create a new configuration snippet.

Args: name: Unique name for the snippet. description: Optional human-readable description. labels: Optional list of label strings for categorization. enable_prefix: Whether to enable name prefixing (default False). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionNo
labelsNo
enable_prefixNo
tsg_idNo
Behavior2/5

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

With no annotations provided, the description carries full burden but offers minimal behavioral insight. It mentions default values (e.g., enable_prefix default False, tsg_id defaults to SCM_TSG_ID) but fails to disclose critical traits like required permissions, whether creation is idempotent, error handling, or what the tool returns upon success.

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 well-structured and front-loaded with the core purpose, followed by a concise Args section listing each parameter with brief explanations. Every sentence earns its place, avoiding redundancy and maintaining clarity without unnecessary detail.

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?

Given 5 parameters with 0% schema coverage and no output schema or annotations, the description partially compensates by detailing parameters but lacks completeness. It misses behavioral context (e.g., mutation effects, error responses) and doesn't explain the snippet's role in the broader SCM system, leaving gaps for a creation tool.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate, which it does effectively by explaining all 5 parameters with clear semantics: name uniqueness, optional fields, default values, and TSG ID behavior. This adds significant meaning beyond the bare schema, though some nuances like label format or prefixing details could be elaborated.

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 verb 'Create' and resource 'configuration snippet', making the purpose specific and understandable. It distinguishes from siblings like scm_update_snippet or scm_delete_snippet by focusing on creation, though it doesn't explicitly contrast with other create tools like scm_create_address or scm_create_folder.

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?

No guidance is provided on when to use this tool versus alternatives. The description lacks context about prerequisites (e.g., needing a folder or TSG), typical workflows, or comparisons to other creation tools in the sibling list, leaving usage unclear.

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