HubSpot · Capability

HubSpot Blog Posts API — Post Cloning

HubSpot Blog Posts API — Post Cloning. 1 operations. Lead operation: Hubspot Clone a Blog Post. Self-contained Naftiko capability covering one Hubspot business surface.

Run with Naftiko HubspotPost Cloning

What You Can Do

POST
Cloneblogpost — Hubspot Clone a Blog Post
/v1/cms/v3/blogs/posts/clone

MCP Tools

hubspot-clone-blog-post

Hubspot Clone a Blog Post

Capability Spec

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