UiPath · Capability

UiPath Orchestrator API — Folders

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

Run with Naftiko UipathFolders

What You Can Do

GET
Listfolders — UiPath List Folders
/v1/odata/folders

MCP Tools

uipath-list-folders

UiPath List Folders

read-only idempotent

Capability Spec

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