Ashby · Capability

Ashby API — Communication Template

Ashby API — Communication Template. 1 operations. Lead operation: communicationTemplate.list. Self-contained Naftiko capability covering one Ashby business surface.

Run with Naftiko AshbyCommunication Template

What You Can Do

POST
Communicationtemplatelist — communicationTemplate.list
/v1/communicationtemplate-list

MCP Tools

communicationtemplate-list

communicationTemplate.list

Capability Spec

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