Pluralsight · Capability

Pluralsight Plan Info API — GraphQL

Pluralsight Plan Info API — GraphQL. 1 operations. Lead operation: Pluralsight Query Plan Info. Self-contained Naftiko capability covering one Pluralsight business surface.

Run with Naftiko PluralsightGraphQL

What You Can Do

POST
Queryplaninfo — Pluralsight Query Plan Info
/v1/graphql

MCP Tools

pluralsight-query-plan-info

Pluralsight Query Plan Info

read-only

Capability Spec

plan-info-graphql.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pluralsight Plan Info API — GraphQL
  description: 'Pluralsight Plan Info API — GraphQL. 1 operations. Lead operation: Pluralsight Query Plan Info. Self-contained
    Naftiko capability covering one Pluralsight business surface.'
  tags:
  - Pluralsight
  - GraphQL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PLURALSIGHT_API_KEY: PLURALSIGHT_API_KEY
capability:
  consumes:
  - type: http
    namespace: plan-info-graphql
    baseUri: https://paas-api.pluralsight.com
    description: Pluralsight Plan Info API — GraphQL business capability. Self-contained, no shared references.
    resources:
    - name: graphql
      path: /graphql
      operations:
      - name: queryplaninfo
        method: POST
        description: Pluralsight Query Plan Info
        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.PLURALSIGHT_API_KEY}}'
  exposes:
  - type: rest
    namespace: plan-info-graphql-rest
    port: 8080
    description: REST adapter for Pluralsight Plan Info API — GraphQL. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/graphql
      name: graphql
      description: REST surface for graphql.
      operations:
      - method: POST
        name: queryplaninfo
        description: Pluralsight Query Plan Info
        call: plan-info-graphql.queryplaninfo
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: plan-info-graphql-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pluralsight Plan Info API — GraphQL. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pluralsight-query-plan-info
      description: Pluralsight Query Plan Info
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: plan-info-graphql.queryplaninfo
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.