HubSpot · Capability

HubSpot Engagement Tasks API — Batch

HubSpot Engagement Tasks API — Batch. 3 operations. Lead operation: Hubspot Batch Create Tasks. Self-contained Naftiko capability covering one Hubspot business surface.

Run with Naftiko HubspotBatch

What You Can Do

POST
Batchcreatetasks — Hubspot Batch Create Tasks
/v1/crm/v3/objects/tasks/batch/create
POST
Batchreadtasks — Hubspot Batch Read Tasks
/v1/crm/v3/objects/tasks/batch/read
POST
Batchupdatetasks — Hubspot Batch Update Tasks
/v1/crm/v3/objects/tasks/batch/update

MCP Tools

hubspot-batch-create-tasks

Hubspot Batch Create Tasks

hubspot-batch-read-tasks

Hubspot Batch Read Tasks

hubspot-batch-update-tasks

Hubspot Batch Update Tasks

Capability Spec

engagement-tasks-batch.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HubSpot Engagement Tasks API — Batch
  description: 'HubSpot Engagement Tasks API — Batch. 3 operations. Lead operation: Hubspot Batch Create Tasks. Self-contained
    Naftiko capability covering one Hubspot business surface.'
  tags:
  - Hubspot
  - Batch
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUBSPOT_API_KEY: HUBSPOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: engagement-tasks-batch
    baseUri: https://api.hubapi.com
    description: HubSpot Engagement Tasks API — Batch business capability. Self-contained, no shared references.
    resources:
    - name: crm-v3-objects-tasks-batch-create
      path: /crm/v3/objects/tasks/batch/create
      operations:
      - name: batchcreatetasks
        method: POST
        description: Hubspot Batch Create Tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-v3-objects-tasks-batch-read
      path: /crm/v3/objects/tasks/batch/read
      operations:
      - name: batchreadtasks
        method: POST
        description: Hubspot Batch Read Tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-v3-objects-tasks-batch-update
      path: /crm/v3/objects/tasks/batch/update
      operations:
      - name: batchupdatetasks
        method: POST
        description: Hubspot Batch Update Tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.HUBSPOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: engagement-tasks-batch-rest
    port: 8080
    description: REST adapter for HubSpot Engagement Tasks API — Batch. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/crm/v3/objects/tasks/batch/create
      name: crm-v3-objects-tasks-batch-create
      description: REST surface for crm-v3-objects-tasks-batch-create.
      operations:
      - method: POST
        name: batchcreatetasks
        description: Hubspot Batch Create Tasks
        call: engagement-tasks-batch.batchcreatetasks
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/crm/v3/objects/tasks/batch/read
      name: crm-v3-objects-tasks-batch-read
      description: REST surface for crm-v3-objects-tasks-batch-read.
      operations:
      - method: POST
        name: batchreadtasks
        description: Hubspot Batch Read Tasks
        call: engagement-tasks-batch.batchreadtasks
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/crm/v3/objects/tasks/batch/update
      name: crm-v3-objects-tasks-batch-update
      description: REST surface for crm-v3-objects-tasks-batch-update.
      operations:
      - method: POST
        name: batchupdatetasks
        description: Hubspot Batch Update Tasks
        call: engagement-tasks-batch.batchupdatetasks
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engagement-tasks-batch-mcp
    port: 9090
    transport: http
    description: MCP adapter for HubSpot Engagement Tasks API — Batch. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: hubspot-batch-create-tasks
      description: Hubspot Batch Create Tasks
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-tasks-batch.batchcreatetasks
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: hubspot-batch-read-tasks
      description: Hubspot Batch Read Tasks
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-tasks-batch.batchreadtasks
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: hubspot-batch-update-tasks
      description: Hubspot Batch Update Tasks
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-tasks-batch.batchupdatetasks
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.