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: $. }] }