Skip to main content
Glama

scm_update_qos_rule

Modify an existing Quality of Service rule in Palo Alto Networks Strata Cloud Manager to adjust network traffic prioritization, bandwidth allocation, or application performance settings.

Instructions

Update an existing QoS rule.

Args: rule_id: UUID of the QoS rule to update. name: New name (optional). action: New QoS action dict (optional). source_zone: New source zones (optional). destination_zone: New destination zones (optional). source: New source addresses (optional). destination: New destination addresses (optional). application: New applications (optional). service: New services (optional). description: New description (optional). tag: New tag list (optional). disabled: New disabled state (optional). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idYes
nameNo
actionNo
source_zoneNo
destination_zoneNo
sourceNo
destinationNo
applicationNo
serviceNo
descriptionNo
tagNo
disabledNo
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 updates an existing rule, implying a mutation, but fails to mention critical aspects like required permissions, whether updates are atomic or partial, error handling, or system impact. This leaves significant gaps for an agent to understand the tool's behavior safely.

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 well-structured with a clear purpose statement followed by a parameter list, making it easy to scan. It avoids unnecessary fluff, but the parameter explanations are somewhat repetitive (e.g., 'New ... (optional)'), slightly reducing efficiency without harming clarity.

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

Completeness2/5

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

For a mutation tool with 13 parameters, no annotations, and no output schema, the description is incomplete. It covers parameters well but lacks behavioral context (e.g., side effects, error responses), usage guidelines, and output details, leaving the agent under-informed about critical operational aspects.

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 listing all 13 parameters with brief explanations (e.g., 'New name (optional)', 'UUID of the QoS rule to update'). It clarifies optionality and provides a default for 'tsg_id', adding substantial meaning beyond the bare schema, which only shows types and titles.

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 'Update an existing QoS rule' with a specific verb ('Update') and resource ('QoS rule'), making it immediately understandable. However, it doesn't explicitly differentiate from sibling tools like 'scm_create_qos_rule' or 'scm_get_qos_rule' beyond the 'update' action, which prevents a perfect score.

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 like 'scm_create_qos_rule' for creation or 'scm_get_qos_rule' for retrieval. It mentions a default for 'tsg_id' but lacks context on prerequisites, error conditions, or typical use cases, offering minimal usage direction.

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