Ashby · Capability

Ashby API — Notetaker Transcript

Ashby API — Notetaker Transcript. 1 operations. Lead operation: notetakerTranscript.info. Self-contained Naftiko capability covering one Ashby business surface.

Run with Naftiko AshbyNotetaker Transcript

What You Can Do

POST
Notetakertranscriptinfo — notetakerTranscript.info
/v1/notetakertranscript-info

MCP Tools

notetakertranscript-info

notetakerTranscript.info

Capability Spec

ashby-notetaker-transcript.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ashby API — Notetaker Transcript
  description: 'Ashby API — Notetaker Transcript. 1 operations. Lead operation: notetakerTranscript.info. Self-contained Naftiko
    capability covering one Ashby business surface.'
  tags:
  - Ashby
  - Notetaker Transcript
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ASHBY_API_KEY: ASHBY_API_KEY
capability:
  consumes:
  - type: http
    namespace: ashby-notetaker-transcript
    baseUri: https://api.ashbyhq.com
    description: Ashby API — Notetaker Transcript business capability. Self-contained, no shared references.
    resources:
    - name: notetakerTranscript.info
      path: /notetakerTranscript.info
      operations:
      - name: notetakertranscriptinfo
        method: POST
        description: notetakerTranscript.info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Ashby-Signature
      value: '{{env.ASHBY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: ashby-notetaker-transcript-rest
    port: 8080
    description: REST adapter for Ashby API — Notetaker Transcript. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notetakertranscript-info
      name: notetakertranscript-info
      description: REST surface for notetakerTranscript.info.
      operations:
      - method: POST
        name: notetakertranscriptinfo
        description: notetakerTranscript.info
        call: ashby-notetaker-transcript.notetakertranscriptinfo
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ashby-notetaker-transcript-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ashby API — Notetaker Transcript. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: notetakertranscript-info
      description: notetakerTranscript.info
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ashby-notetaker-transcript.notetakertranscriptinfo
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.