Assembled · Capability

Assembled Scheduling Rules API — Working Hours

Assembled Scheduling Rules API — Working Hours. Per-agent working-hours constraints honoured by AI scheduling.

Assembled Scheduling Rules API — Working Hours is a Naftiko capability published by Assembled, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 2 operations.

The capability includes 2 read-only operations. Lead operation: Assembled List Working Hours. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Assembled, Scheduling, and Working Hours.

Run with Naftiko AssembledSchedulingWorking Hours

MCP Tools

assembled-list-working-hours

Assembled List Working Hours

read-only idempotent
assembled-get-working-hours-rule

Assembled Get Working Hours Rule

read-only idempotent

Capability Spec

scheduling-rules-working-hours.yaml Raw ↑
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: $. }] }