Assembled · Capability

Assembled Forecasts API — Adjustments

Assembled Forecasts API — Adjustments. Manual adjustments overlaid on baseline forecasts.

Assembled Forecasts API — Adjustments is a Naftiko capability published by Assembled, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 3 operations.

The capability includes 1 read-only operation and 2 state-changing operations. Lead operation: Assembled List Forecast Adjustments. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Assembled, Forecasts, and Adjustments.

Run with Naftiko AssembledForecastsAdjustments

MCP Tools

assembled-list-forecast-adjustments

Assembled List Forecast Adjustments

read-only idempotent
assembled-bulk-create-forecast-adjustments

Assembled Bulk Create Forecast Adjustments

assembled-delete-forecast-adjustment

Assembled Delete Forecast Adjustment

idempotent

Capability Spec

forecasts-adjustments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Assembled Forecasts API — Adjustments
  description: 'Assembled Forecasts API — Adjustments. Manual adjustments overlaid on baseline forecasts.'
  tags: [Assembled, Forecasts, Adjustments]
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      ASSEMBLED_API_KEY: ASSEMBLED_API_KEY
capability:
  consumes:
    - type: http
      namespace: forecasts-adjustments
      baseUri: https://api.assembledhq.com
      description: Assembled Forecast Adjustments capability.
      resources:
        - name: v0-forecasts-adjustments
          path: /v0/forecasts/adjustments
          operations:
            - { name: listadjustments, method: GET, description: Assembled List Forecast Adjustments, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
        - name: v0-forecasts-adjustments-bulk
          path: /v0/forecasts/adjustments/bulk
          operations:
            - { name: bulkcreateadjustments, method: POST, description: Assembled Bulk Create Forecast Adjustments, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
        - name: v0-forecasts-adjustments-id
          path: /v0/forecasts/adjustments/{id}
          operations:
            - { name: deleteadjustment, method: DELETE, description: Assembled Delete Forecast Adjustment, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
      authentication:
        type: basic
        username: '{{env.ASSEMBLED_API_KEY}}'
        password: ''
  exposes:
    - type: mcp
      namespace: forecasts-adjustments-mcp
      port: 9090
      transport: http
      description: MCP adapter for Assembled Forecast Adjustments.
      tools:
        - { name: assembled-list-forecast-adjustments, description: Assembled List Forecast Adjustments, hints: { readOnly: true, destructive: false, idempotent: true }, call: forecasts-adjustments.listadjustments, outputParameters: [{ type: object, mapping: $. }] }
        - { name: assembled-bulk-create-forecast-adjustments, description: Assembled Bulk Create Forecast Adjustments, hints: { readOnly: false, destructive: false, idempotent: false }, call: forecasts-adjustments.bulkcreateadjustments, outputParameters: [{ type: object, mapping: $. }] }
        - { name: assembled-delete-forecast-adjustment, description: Assembled Delete Forecast Adjustment, hints: { readOnly: false, destructive: true, idempotent: true }, call: forecasts-adjustments.deleteadjustment, outputParameters: [{ type: object, mapping: $. }] }