Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud CSPM API — Search

Palo Alto Networks Prisma Cloud CSPM API — Search. 2 operations. Lead operation: Palo Alto Networks Search Assets with RQL. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksSearch

What You Can Do

POST
Searchasset — Palo Alto Networks Search Assets with RQL
/v1/search/asset
POST
Searchconfig — Palo Alto Networks Search Cloud Resource Configurations
/v1/search/config

MCP Tools

palo-alto-networks-search-assets

Palo Alto Networks Search Assets with RQL

read-only
palo-alto-networks-search-cloud

Palo Alto Networks Search Cloud Resource Configurations

read-only

Capability Spec

palo-alto-prisma-cloud-cspm-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud CSPM API — Search
  description: 'Palo Alto Networks Prisma Cloud CSPM API — Search. 2 operations. Lead operation: Palo Alto Networks Search
    Assets with RQL. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-prisma-cloud-cspm-search
    baseUri: https://api.prismacloud.io
    description: Palo Alto Networks Prisma Cloud CSPM API — Search business capability. Self-contained, no shared references.
    resources:
    - name: search-asset
      path: /search/asset
      operations:
      - name: searchasset
        method: POST
        description: Palo Alto Networks Search Assets with RQL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: search-config
      path: /search/config
      operations:
      - name: searchconfig
        method: POST
        description: Palo Alto Networks Search Cloud Resource Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-cspm-search-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud CSPM API — Search. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/search/asset
      name: search-asset
      description: REST surface for search-asset.
      operations:
      - method: POST
        name: searchasset
        description: Palo Alto Networks Search Assets with RQL
        call: palo-alto-prisma-cloud-cspm-search.searchasset
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/config
      name: search-config
      description: REST surface for search-config.
      operations:
      - method: POST
        name: searchconfig
        description: Palo Alto Networks Search Cloud Resource Configurations
        call: palo-alto-prisma-cloud-cspm-search.searchconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-cspm-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud CSPM API — Search. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-search-assets
      description: Palo Alto Networks Search Assets with RQL
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-prisma-cloud-cspm-search.searchasset
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-search-cloud
      description: Palo Alto Networks Search Cloud Resource Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-prisma-cloud-cspm-search.searchconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.