Skip to main content
Glama

scm_delete_folder

Delete a folder permanently by its UUID in Palo Alto Networks Strata Cloud Manager. This irreversible action removes the folder and requires verifying no dependent configurations exist first.

Instructions

Delete a folder by its UUID.

WARNING: This is irreversible. Ensure the folder has no dependent configuration objects before deleting.

Args: folder_id: UUID of the folder to delete. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYes
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 of behavioral disclosure. It effectively communicates critical traits: the action is irreversible (destructive) and has a prerequisite (no dependent configuration objects). This adds significant value beyond the basic schema, though it could mention error handling or confirmation steps.

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 action, followed by a warning and parameter details. Every sentence earns its place, with no wasted words, making it efficient and easy to parse.

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?

Given the tool's complexity (destructive deletion), no annotations, no output schema, and low schema coverage, the description is mostly complete. It covers purpose, warnings, and parameters well, but could benefit from mentioning typical response formats or error conditions to be fully comprehensive.

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?

Schema description coverage is 0%, so the description must compensate fully. It provides clear semantics for both parameters: 'folder_id' is explained as 'UUID of the folder to delete', and 'tsg_id' is detailed as 'Optional TSG ID or named alias' with a default value. This adds essential meaning not present in the 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 ('Delete') and resource ('a folder by its UUID'), distinguishing it from sibling tools like 'scm_create_folder' or 'scm_update_folder'. It precisely identifies the operation without ambiguity.

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 with a WARNING about irreversibility and a prerequisite to check for dependent objects, which helps guide usage. However, it does not explicitly mention when to use alternatives like 'scm_update_folder' or 'scm_disassociate_snippet_from_folder' for related operations.

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