naftiko: 1.0.0-alpha2 info: label: Telnyx API — Call Control Applications description: 'Telnyx API — Call Control Applications. 5 operations. Lead operation: List call control applications. Self-contained Naftiko capability covering one Telnyx business surface.' tags: - Telnyx - Call Control 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-call-control-applications baseUri: https://api.telnyx.com/v2 description: Telnyx API — Call Control Applications business capability. Self-contained, no shared references. resources: - name: call_control_applications path: /call_control_applications operations: - name: listcallcontrolapplications method: GET description: List call control applications outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createcallcontrolapplication method: POST description: Create a call control application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: call_control_applications-id path: /call_control_applications/{id} operations: - name: deletecallcontrolapplication method: DELETE description: Delete a call control application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Identifies the resource. required: true - name: retrievecallcontrolapplication method: GET description: Retrieve a call control application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Identifies the resource. required: true - name: updatecallcontrolapplication method: PATCH description: Update a call control application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Identifies the resource. required: true - 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-call-control-applications-rest port: 8080 description: REST adapter for Telnyx API — Call Control Applications. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/call-control-applications name: call-control-applications description: REST surface for call_control_applications. operations: - method: GET name: listcallcontrolapplications description: List call control applications call: telnyx-call-control-applications.listcallcontrolapplications outputParameters: - type: object mapping: $. - method: POST name: createcallcontrolapplication description: Create a call control application call: telnyx-call-control-applications.createcallcontrolapplication with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/call-control-applications/{id} name: call-control-applications-id description: REST surface for call_control_applications-id. operations: - method: DELETE name: deletecallcontrolapplication description: Delete a call control application call: telnyx-call-control-applications.deletecallcontrolapplication with: id: rest.id outputParameters: - type: object mapping: $. - method: GET name: retrievecallcontrolapplication description: Retrieve a call control application call: telnyx-call-control-applications.retrievecallcontrolapplication with: id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: updatecallcontrolapplication description: Update a call control application call: telnyx-call-control-applications.updatecallcontrolapplication with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: telnyx-call-control-applications-mcp port: 9090 transport: http description: MCP adapter for Telnyx API — Call Control Applications. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-call-control-applications description: List call control applications hints: readOnly: true destructive: false idempotent: true call: telnyx-call-control-applications.listcallcontrolapplications outputParameters: - type: object mapping: $. - name: create-call-control-application description: Create a call control application hints: readOnly: false destructive: false idempotent: false call: telnyx-call-control-applications.createcallcontrolapplication with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-call-control-application description: Delete a call control application hints: readOnly: false destructive: true idempotent: true call: telnyx-call-control-applications.deletecallcontrolapplication with: id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-call-control-application description: Retrieve a call control application hints: readOnly: true destructive: false idempotent: true call: telnyx-call-control-applications.retrievecallcontrolapplication with: id: tools.id outputParameters: - type: object mapping: $. - name: update-call-control-application description: Update a call control application hints: readOnly: false destructive: false idempotent: true call: telnyx-call-control-applications.updatecallcontrolapplication with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.