naftiko: 1.0.0-alpha2 info: label: Assembled Scheduling Rules API — Working Hours description: 'Assembled Scheduling Rules API — Working Hours. Per-agent working-hours constraints honoured by AI scheduling.' tags: [Assembled, Scheduling, Working Hours] created: '2026-05-24' modified: '2026-05-24' binds: - namespace: env keys: ASSEMBLED_API_KEY: ASSEMBLED_API_KEY capability: consumes: - type: http namespace: scheduling-rules-working-hours baseUri: https://api.assembledhq.com description: Assembled Working Hours capability. resources: - name: v0-scheduling-rules-working-hours path: /v0/scheduling_rules/working_hours operations: - { name: listworkinghours, method: GET, description: Assembled List Working Hours, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] } - name: v0-scheduling-rules-working-hours-id path: /v0/scheduling_rules/working_hours/{id} operations: - { name: getworkinghoursrule, method: GET, description: Assembled Get Working Hours Rule, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] } authentication: type: basic username: '{{env.ASSEMBLED_API_KEY}}' password: '' exposes: - type: mcp namespace: scheduling-rules-working-hours-mcp port: 9090 transport: http description: MCP adapter for Assembled Working Hours. tools: - { name: assembled-list-working-hours, description: Assembled List Working Hours, hints: { readOnly: true, destructive: false, idempotent: true }, call: scheduling-rules-working-hours.listworkinghours, outputParameters: [{ type: object, mapping: $. }] } - { name: assembled-get-working-hours-rule, description: Assembled Get Working Hours Rule, hints: { readOnly: true, destructive: false, idempotent: true }, call: scheduling-rules-working-hours.getworkinghoursrule, outputParameters: [{ type: object, mapping: $. }] }