Assembled Forecasts API — Forecasts
Assembled Forecasts API — Forecasts. Forecasts, totals, and forecasted-vs-actuals.
Assembled Forecasts API — Forecasts is a Naftiko capability published by Assembled, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 6 operations.
The capability includes 4 read-only operations and 2 state-changing operations. Lead operation: Assembled List Forecasts. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Assembled, Forecasts, and ML.
naftiko: 1.0.0-alpha2
info:
label: Assembled Forecasts API — Forecasts
description: 'Assembled Forecasts API — Forecasts. Forecasts, totals, and forecasted-vs-actuals.'
tags: [Assembled, Forecasts, ML]
created: '2026-05-24'
modified: '2026-05-24'
binds:
- namespace: env
keys:
ASSEMBLED_API_KEY: ASSEMBLED_API_KEY
capability:
consumes:
- type: http
namespace: forecasts-forecasts
baseUri: https://api.assembledhq.com
description: Assembled Forecasts capability.
resources:
- name: v0-forecasts
path: /v0/forecasts
operations:
- { name: listforecasts, method: GET, description: Assembled List Forecasts, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
- name: v0-forecasts-totals
path: /v0/forecasts/totals
operations:
- { name: listforecasttotals, method: GET, description: Assembled List Forecast Totals, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
- { name: createforecasttotals, method: POST, description: Assembled Create Forecast Totals, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
- name: v0-forecasts-totals-id
path: /v0/forecasts/totals/{id}
operations:
- { name: getforecasttotal, method: GET, description: Assembled Get Forecast Total, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
- { name: deleteforecasttotal, method: DELETE, description: Assembled Delete Forecast Total, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
- name: v0-forecasted-vs-actuals
path: /v0/forecasted_vs_actuals
operations:
- { name: getforecastedvsactuals, method: GET, description: Assembled Get Forecasted Vs Actuals, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] }
authentication:
type: basic
username: '{{env.ASSEMBLED_API_KEY}}'
password: ''
exposes:
- type: mcp
namespace: forecasts-forecasts-mcp
port: 9090
transport: http
description: MCP adapter for Assembled Forecasts.
tools:
- { name: assembled-list-forecasts, description: Assembled List Forecasts, hints: { readOnly: true, destructive: false, idempotent: true }, call: forecasts-forecasts.listforecasts, outputParameters: [{ type: object, mapping: $. }] }
- { name: assembled-list-forecast-totals, description: Assembled List Forecast Totals, hints: { readOnly: true, destructive: false, idempotent: true }, call: forecasts-forecasts.listforecasttotals, outputParameters: [{ type: object, mapping: $. }] }
- { name: assembled-create-forecast-totals, description: Assembled Create Forecast Totals, hints: { readOnly: false, destructive: false, idempotent: false }, call: forecasts-forecasts.createforecasttotals, outputParameters: [{ type: object, mapping: $. }] }
- { name: assembled-get-forecast-total, description: Assembled Get Forecast Total, hints: { readOnly: true, destructive: false, idempotent: true }, call: forecasts-forecasts.getforecasttotal, outputParameters: [{ type: object, mapping: $. }] }
- { name: assembled-delete-forecast-total, description: Assembled Delete Forecast Total, hints: { readOnly: false, destructive: true, idempotent: true }, call: forecasts-forecasts.deleteforecasttotal, outputParameters: [{ type: object, mapping: $. }] }
- { name: assembled-get-forecasted-vs-actuals, description: Assembled Get Forecasted Vs Actuals, hints: { readOnly: true, destructive: false, idempotent: true }, call: forecasts-forecasts.getforecastedvsactuals, outputParameters: [{ type: object, mapping: $. }] }