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: $.