Yardi · Capability

Yardi Voyager API — Job Cost

Yardi Voyager API — Job Cost. 1 operations. Lead operation: Yardi Get job cost data. Self-contained Naftiko capability covering one Yardi business surface.

Run with Naftiko YardiJob Cost

What You Can Do

POST
Getjobcostdatalogin — Yardi Get job cost data
/v1/itfjobcost-asmx/getjobcostdata-login

MCP Tools

yardi-get-job-cost-data

Yardi Get job cost data

read-only

Capability Spec

voyager-job-cost.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Yardi Voyager API — Job Cost
  description: 'Yardi Voyager API — Job Cost. 1 operations. Lead operation: Yardi Get job cost data. Self-contained Naftiko
    capability covering one Yardi business surface.'
  tags:
  - Yardi
  - Job Cost
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    YARDI_API_KEY: YARDI_API_KEY
capability:
  consumes:
  - type: http
    namespace: voyager-job-cost
    baseUri: https://{server}.yardi.com/{clientUrl}/webservices
    description: Yardi Voyager API — Job Cost business capability. Self-contained, no shared references.
    resources:
    - name: ItfJobCost.asmx-GetJobCostData_Login
      path: /ItfJobCost.asmx/GetJobCostData_Login
      operations:
      - name: getjobcostdatalogin
        method: POST
        description: Yardi Get job cost data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.YARDI_USER}}'
      password: '{{env.YARDI_PASS}}'
  exposes:
  - type: rest
    namespace: voyager-job-cost-rest
    port: 8080
    description: REST adapter for Yardi Voyager API — Job Cost. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/itfjobcost-asmx/getjobcostdata-login
      name: itfjobcost-asmx-getjobcostdata-login
      description: REST surface for ItfJobCost.asmx-GetJobCostData_Login.
      operations:
      - method: POST
        name: getjobcostdatalogin
        description: Yardi Get job cost data
        call: voyager-job-cost.getjobcostdatalogin
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: voyager-job-cost-mcp
    port: 9090
    transport: http
    description: MCP adapter for Yardi Voyager API — Job Cost. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: yardi-get-job-cost-data
      description: Yardi Get job cost data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: voyager-job-cost.getjobcostdatalogin
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.