Pluralsight · Capability

Pluralsight Flow Repos API — Repos

Pluralsight Flow Repos API — Repos. 1 operations. Lead operation: Pluralsight Get Repositories. Self-contained Naftiko capability covering one Pluralsight business surface.

Run with Naftiko PluralsightRepos

What You Can Do

GET
Getrepos — Pluralsight Get Repositories
/v1/repos

MCP Tools

pluralsight-get-repositories

Pluralsight Get Repositories

read-only idempotent

Capability Spec

flow-repos-repos.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pluralsight Flow Repos API — Repos
  description: 'Pluralsight Flow Repos API — Repos. 1 operations. Lead operation: Pluralsight Get Repositories. Self-contained
    Naftiko capability covering one Pluralsight business surface.'
  tags:
  - Pluralsight
  - Repos
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PLURALSIGHT_API_KEY: PLURALSIGHT_API_KEY
capability:
  consumes:
  - type: http
    namespace: flow-repos-repos
    baseUri: https://{workspace}.appfireflow.com/v3/customer/core
    description: Pluralsight Flow Repos API — Repos business capability. Self-contained, no shared references.
    resources:
    - name: repos
      path: /repos
      operations:
      - name: getrepos
        method: GET
        description: Pluralsight Get Repositories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PLURALSIGHT_API_KEY}}'
  exposes:
  - type: rest
    namespace: flow-repos-repos-rest
    port: 8080
    description: REST adapter for Pluralsight Flow Repos API — Repos. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/repos
      name: repos
      description: REST surface for repos.
      operations:
      - method: GET
        name: getrepos
        description: Pluralsight Get Repositories
        call: flow-repos-repos.getrepos
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flow-repos-repos-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pluralsight Flow Repos API — Repos. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pluralsight-get-repositories
      description: Pluralsight Get Repositories
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flow-repos-repos.getrepos
      outputParameters:
      - type: object
        mapping: $.