Telnyx · Capability

Telnyx API — TeXML Applications

Telnyx API — TeXML Applications. 5 operations. Lead operation: List all TeXML Applications. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxTeXML Applications

What You Can Do

GET
Findtexmlapplications — List all TeXML Applications
/v1/texml-applications
POST
Createtexmlapplication — Creates a TeXML Application
/v1/texml-applications
DELETE
Deletetexmlapplication — Deletes a TeXML Application
/v1/texml-applications/{id}
GET
Gettexmlapplication — Retrieve a TeXML Application
/v1/texml-applications/{id}
PATCH
Updatetexmlapplication — Update a TeXML Application
/v1/texml-applications/{id}

MCP Tools

list-all-texml-applications

List all TeXML Applications

read-only idempotent
creates-texml-application

Creates a TeXML Application

deletes-texml-application

Deletes a TeXML Application

idempotent
retrieve-texml-application

Retrieve a TeXML Application

read-only idempotent
update-texml-application

Update a TeXML Application

idempotent

Capability Spec

telnyx-texml-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — TeXML Applications
  description: 'Telnyx API — TeXML Applications. 5 operations. Lead operation: List all TeXML Applications. Self-contained
    Naftiko capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - TeXML Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-texml-applications
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — TeXML Applications business capability. Self-contained, no shared references.
    resources:
    - name: texml_applications
      path: /texml_applications
      operations:
      - name: findtexmlapplications
        method: GET
        description: List all TeXML Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createtexmlapplication
        method: POST
        description: Creates a TeXML Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: texml_applications-id
      path: /texml_applications/{id}
      operations:
      - name: deletetexmlapplication
        method: DELETE
        description: Deletes a TeXML Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: gettexmlapplication
        method: GET
        description: Retrieve a TeXML Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatetexmlapplication
        method: PATCH
        description: Update a TeXML Application
        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.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-texml-applications-rest
    port: 8080
    description: REST adapter for Telnyx API — TeXML Applications. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/texml-applications
      name: texml-applications
      description: REST surface for texml_applications.
      operations:
      - method: GET
        name: findtexmlapplications
        description: List all TeXML Applications
        call: telnyx-texml-applications.findtexmlapplications
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createtexmlapplication
        description: Creates a TeXML Application
        call: telnyx-texml-applications.createtexmlapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/texml-applications/{id}
      name: texml-applications-id
      description: REST surface for texml_applications-id.
      operations:
      - method: DELETE
        name: deletetexmlapplication
        description: Deletes a TeXML Application
        call: telnyx-texml-applications.deletetexmlapplication
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: gettexmlapplication
        description: Retrieve a TeXML Application
        call: telnyx-texml-applications.gettexmlapplication
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatetexmlapplication
        description: Update a TeXML Application
        call: telnyx-texml-applications.updatetexmlapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-texml-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — TeXML Applications. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-all-texml-applications
      description: List all TeXML Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-texml-applications.findtexmlapplications
      outputParameters:
      - type: object
        mapping: $.
    - name: creates-texml-application
      description: Creates a TeXML Application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: telnyx-texml-applications.createtexmlapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-texml-application
      description: Deletes a TeXML Application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: telnyx-texml-applications.deletetexmlapplication
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-texml-application
      description: Retrieve a TeXML Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-texml-applications.gettexmlapplication
      outputParameters:
      - type: object
        mapping: $.
    - name: update-texml-application
      description: Update a TeXML Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: telnyx-texml-applications.updatetexmlapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.