HubSpot · Capability

HubSpot CRM Engagement Calls API — Search

HubSpot CRM Engagement Calls API — Search. 1 operations. Lead operation: Hubspot Search Calls. Self-contained Naftiko capability covering one Hubspot business surface.

Run with Naftiko HubspotSearch

What You Can Do

POST
Searchcalls — Hubspot Search Calls
/v1/crm/v3/objects/calls/search

MCP Tools

hubspot-search-calls

Hubspot Search Calls

read-only

Capability Spec

engagement-calls-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HubSpot CRM Engagement Calls API — Search
  description: 'HubSpot CRM Engagement Calls API — Search. 1 operations. Lead operation: Hubspot Search Calls. Self-contained
    Naftiko capability covering one Hubspot business surface.'
  tags:
  - Hubspot
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUBSPOT_API_KEY: HUBSPOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: engagement-calls-search
    baseUri: https://api.hubapi.com
    description: HubSpot CRM Engagement Calls API — Search business capability. Self-contained, no shared references.
    resources:
    - name: crm-v3-objects-calls-search
      path: /crm/v3/objects/calls/search
      operations:
      - name: searchcalls
        method: POST
        description: Hubspot Search Calls
        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-calls-search-rest
    port: 8080
    description: REST adapter for HubSpot CRM Engagement Calls API — Search. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/crm/v3/objects/calls/search
      name: crm-v3-objects-calls-search
      description: REST surface for crm-v3-objects-calls-search.
      operations:
      - method: POST
        name: searchcalls
        description: Hubspot Search Calls
        call: engagement-calls-search.searchcalls
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engagement-calls-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for HubSpot CRM Engagement Calls API — Search. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: hubspot-search-calls
      description: Hubspot Search Calls
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: engagement-calls-search.searchcalls
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.