SpotDraft · Capability

SpotDraft Public API — Contract Activity

SpotDraft Contract Activity capability. 4 operations across versions v1/v2/v2.1.

SpotDraft Public API — Contract Activity is a Naftiko capability published by SpotDraft, one of 29 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include SpotDraft, CLM, Contracts, and Contract Activity.

Run with Naftiko SpotDraftCLMContractsContract Activity

Capability Spec

spotdraft-contract-activity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Contract Activity
  description: SpotDraft Contract Activity capability. 4 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Contract Activity
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SPOTDRAFT_CLIENT_ID: SPOTDRAFT_CLIENT_ID
    SPOTDRAFT_CLIENT_SECRET: SPOTDRAFT_CLIENT_SECRET
capability:
  consumes:
  - type: http
    namespace: contract-activity
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Contract Activity endpoints.
    headers: {}
    resources:
    - name: v2-1-public-contracts-contract-id-comments
      path: /api/v2.1/public/contracts/{contract_id}/comments/
      operations:
      - name: v2-1-public-contracts-comments-retrieve
        method: GET
        description: Get Comments in Contract Activity Log.
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: integer
          required: true
        - name: limit
          in: query
          type: integer
          required: false
        - name: page
          in: query
          type: integer
          required: false
      - name: v2-1-public-contracts-comments-create
        method: POST
        description: Add Comment to Contract Activity Log.
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          required: true
    - name: v2-public-contracts-contract-id-comments
      path: /api/v2/public/contracts/{contract_id}/comments/
      operations:
      - name: v2-public-contracts-comments-retrieve
        method: GET
        description: Get Comments in Contract Activity Log.
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: integer
          required: true
        - name: limit
          in: query
          type: integer
          required: false
        - name: page
          in: query
          type: integer
          required: false
      - name: v2-public-contracts-comments-create
        method: POST
        description: Add Comment to Contract Activity Log.
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          required: true