StackOne · Capability

Marketing — Job Postings

Marketing — Job Postings. 2 operations. Lead operation: List Job Postings. Self-contained Naftiko capability covering one Stackone business surface.

Run with Naftiko StackoneJob Postings

What You Can Do

GET
Atslistjobpostings — List Job Postings
/v1/unified/ats/job-postings
GET
Atsgetjobposting — Get Job Posting
/v1/unified/ats/job-postings/{id}

MCP Tools

list-job-postings

List Job Postings

read-only idempotent
get-job-posting

Get Job Posting

read-only idempotent

Capability Spec

stackone-job-postings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Marketing — Job Postings
  description: 'Marketing — Job Postings. 2 operations. Lead operation: List Job Postings. Self-contained Naftiko capability
    covering one Stackone business surface.'
  tags:
  - Stackone
  - Job Postings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STACKONE_API_KEY: STACKONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: stackone-job-postings
    baseUri: https://api.stackone.com
    description: Marketing — Job Postings business capability. Self-contained, no shared references.
    resources:
    - name: unified-ats-job_postings
      path: /unified/ats/job_postings
      operations:
      - name: atslistjobpostings
        method: GET
        description: List Job Postings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-account-id
          in: header
          type: string
          description: The account identifier
          required: true
        - name: page
          in: query
          type: string
          description: The page number of the results to fetch
        - name: page_size
          in: query
          type: string
          description: The number of results per page
        - name: raw
          in: query
          type: boolean
          description: Indicates that the raw request result is returned
        - name: fields
          in: query
          type: string
          description: The comma separated list of fields to return in the response (if empty, all fields are returned)
        - name: sync_token
          in: query
          type: string
          description: The sync token to select the only updated results
        - name: updated_after
          in: query
          type: string
          description: Use a string with a date to only select results updated after that given date
        - name: include
          in: query
          type: string
          description: The comma separated list of fields that will be included in the response
        - name: proxy
          in: query
          type: object
          description: Query parameters that can be used to pass through parameters to the underlying provider request by
            surrounding them with "proxy" key
    - name: unified-ats-job_postings-id
      path: /unified/ats/job_postings/{id}
      operations:
      - name: atsgetjobposting
        method: GET
        description: Get Job Posting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-account-id
          in: header
          type: string
          description: The account identifier
          required: true
        - name: id
          in: path
          type: string
          required: true
        - name: page
          in: query
          type: string
          description: The page number of the results to fetch
        - name: page_size
          in: query
          type: string
          description: The number of results per page
        - name: raw
          in: query
          type: boolean
          description: Indicates that the raw request result is returned
        - name: fields
          in: query
          type: string
          description: The comma separated list of fields to return in the response (if empty, all fields are returned)
        - name: sync_token
          in: query
          type: string
          description: The sync token to select the only updated results
        - name: updated_after
          in: query
          type: string
          description: Use a string with a date to only select results updated after that given date
        - name: include
          in: query
          type: string
          description: The comma separated list of fields that will be included in the response
        - name: proxy
          in: query
          type: object
          description: Query parameters that can be used to pass through parameters to the underlying provider request by
            surrounding them with "proxy" key
    authentication:
      type: basic
      username: '{{env.STACKONE_USER}}'
      password: '{{env.STACKONE_PASS}}'
  exposes:
  - type: rest
    namespace: stackone-job-postings-rest
    port: 8080
    description: REST adapter for Marketing — Job Postings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/unified/ats/job-postings
      name: unified-ats-job-postings
      description: REST surface for unified-ats-job_postings.
      operations:
      - method: GET
        name: atslistjobpostings
        description: List Job Postings
        call: stackone-job-postings.atslistjobpostings
        with:
          x-account-id: rest.x-account-id
          page: rest.page
          page_size: rest.page_size
          raw: rest.raw
          fields: rest.fields
          sync_token: rest.sync_token
          updated_after: rest.updated_after
          include: rest.include
          proxy: rest.proxy
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/unified/ats/job-postings/{id}
      name: unified-ats-job-postings-id
      description: REST surface for unified-ats-job_postings-id.
      operations:
      - method: GET
        name: atsgetjobposting
        description: Get Job Posting
        call: stackone-job-postings.atsgetjobposting
        with:
          x-account-id: rest.x-account-id
          id: rest.id
          page: rest.page
          page_size: rest.page_size
          raw: rest.raw
          fields: rest.fields
          sync_token: rest.sync_token
          updated_after: rest.updated_after
          include: rest.include
          proxy: rest.proxy
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stackone-job-postings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Marketing — Job Postings. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-job-postings
      description: List Job Postings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stackone-job-postings.atslistjobpostings
      with:
        x-account-id: tools.x-account-id
        page: tools.page
        page_size: tools.page_size
        raw: tools.raw
        fields: tools.fields
        sync_token: tools.sync_token
        updated_after: tools.updated_after
        include: tools.include
        proxy: tools.proxy
      outputParameters:
      - type: object
        mapping: $.
    - name: get-job-posting
      description: Get Job Posting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stackone-job-postings.atsgetjobposting
      with:
        x-account-id: tools.x-account-id
        id: tools.id
        page: tools.page
        page_size: tools.page_size
        raw: tools.raw
        fields: tools.fields
        sync_token: tools.sync_token
        updated_after: tools.updated_after
        include: tools.include
        proxy: tools.proxy
      outputParameters:
      - type: object
        mapping: $.