Ashby · Capability

Ashby API — Feedback Form Definition

Ashby API — Feedback Form Definition. 2 operations. Lead operation: feedbackFormDefinition.info. Self-contained Naftiko capability covering one Ashby business surface.

Run with Naftiko AshbyFeedback Form Definition

What You Can Do

POST
Feedbackformdefinitioninfo — feedbackFormDefinition.info
/v1/feedbackformdefinition-info
POST
Feedbackformdefinitionlist — feedbackFormDefinition.list
/v1/feedbackformdefinition-list

MCP Tools

feedbackformdefinition-info

feedbackFormDefinition.info

feedbackformdefinition-list

feedbackFormDefinition.list

Capability Spec

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