UiPath · Capability

UiPath Orchestrator API — StorageBuckets

UiPath Orchestrator API — StorageBuckets. 1 operations. Lead operation: UiPath List Storage Buckets. Self-contained Naftiko capability covering one Uipath business surface.

Run with Naftiko UipathStorageBuckets

What You Can Do

GET
Liststoragebuckets — UiPath List Storage Buckets
/v1/odata/storagebuckets

MCP Tools

uipath-list-storage-buckets

UiPath List Storage Buckets

read-only idempotent

Capability Spec

orchestrator-storagebuckets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: UiPath Orchestrator API — StorageBuckets
  description: 'UiPath Orchestrator API — StorageBuckets. 1 operations. Lead operation: UiPath List Storage Buckets. Self-contained
    Naftiko capability covering one Uipath business surface.'
  tags:
  - Uipath
  - StorageBuckets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UIPATH_API_KEY: UIPATH_API_KEY
capability:
  consumes:
  - type: http
    namespace: orchestrator-storagebuckets
    baseUri: https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_
    description: UiPath Orchestrator API — StorageBuckets business capability. Self-contained, no shared references.
    resources:
    - name: odata-StorageBuckets
      path: /odata/StorageBuckets
      operations:
      - name: liststoragebuckets
        method: GET
        description: UiPath List Storage Buckets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.UIPATH_API_KEY}}'
  exposes:
  - type: rest
    namespace: orchestrator-storagebuckets-rest
    port: 8080
    description: REST adapter for UiPath Orchestrator API — StorageBuckets. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/odata/storagebuckets
      name: odata-storagebuckets
      description: REST surface for odata-StorageBuckets.
      operations:
      - method: GET
        name: liststoragebuckets
        description: UiPath List Storage Buckets
        call: orchestrator-storagebuckets.liststoragebuckets
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: orchestrator-storagebuckets-mcp
    port: 9090
    transport: http
    description: MCP adapter for UiPath Orchestrator API — StorageBuckets. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: uipath-list-storage-buckets
      description: UiPath List Storage Buckets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: orchestrator-storagebuckets.liststoragebuckets
      outputParameters:
      - type: object
        mapping: $.