Skip to main content
Glama

scm_search

Search for configuration objects and rules across Palo Alto Networks Strata Cloud Manager resources to quickly locate firewall settings by name.

Instructions

Search for objects and rules by name across all (or selected) SCM resource types.

Performs a case-insensitive substring search by default. Returns a dict keyed by resource type containing all matching objects.

Args: query: Name to search for (substring match by default). folder: Folder to search in (default 'All'). Ignored for folders/snippets which are always global. resource_types: Optional list of resource type names to limit the search. Omit to search all types. Valid values: folders, snippets, addresses, address_groups, services, service_groups, tags, log_forwarding_profiles, http_server_profiles, syslog_server_profiles, applications, application_groups, application_filters, schedules, external_dynamic_lists, security_rules, decryption_rules, authentication_rules, nat_rules, pbf_rules, qos_rules, security_zones, anti_spyware_profiles, wildfire_profiles, vulnerability_profiles, url_access_profiles, url_categories, dns_security_profiles, decryption_profiles, file_blocking_profiles, zone_protection_profiles. exact_match: If True, only return objects whose name exactly equals query (case-sensitive). Default False. include_rulebases: For rule types, which rulebases to search. Default ['pre', 'post']. Pass ['pre'] or ['post'] to limit. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
folderNoAll
resource_typesNo
exact_matchNo
include_rulebasesNo
tsg_idNo
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behaviors: case-insensitive substring search by default, returns dict keyed by resource type, folder parameter ignored for certain resource types, and default values for multiple parameters. It doesn't mention error conditions, rate limits, or authentication requirements, but provides substantial operational context.

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 detailed parameter explanations. While comprehensive, it's appropriately sized for a complex search tool with 6 parameters. Some sentences could be more concise (e.g., the resource_types list is lengthy but necessary), but overall it's front-loaded with essential information and avoids redundancy.

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 (6 parameters, no annotations, no output schema), the description provides substantial context: clear purpose, parameter semantics, default behaviors, and return format. It lacks information about error handling, pagination, performance characteristics, and exact output structure details, but covers the essential operational aspects well for a search tool.

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?

With 0% schema description coverage for 6 parameters, the description fully compensates by providing detailed semantics for all parameters: query (substring match behavior), folder (default and exceptions), resource_types (complete valid values list), exact_match (case-sensitivity implications), include_rulebases (default and options), and tsg_id (default value). Each parameter's purpose and behavior is clearly explained beyond basic schema information.

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 tool's purpose with specific verbs ('Search for objects and rules by name') and resources ('across all (or selected) SCM resource types'), distinguishing it from siblings that are mostly create/get/list/update/delete operations for specific resource types. It explicitly mentions searching across multiple resource types, which is unique among the sibling tools.

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

Usage Guidelines3/5

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

The description implies usage context through parameter explanations (e.g., 'Omit to search all types', 'Default False', 'Defaults to SCM_TSG_ID'), but lacks explicit guidance on when to use this tool versus alternatives like specific list_* tools. It doesn't mention prerequisites, performance considerations, or clear when-not-to-use scenarios.

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