Telnyx · Capability

Telnyx API — SIM Card Actions

Telnyx API — SIM Card Actions. 4 operations. Lead operation: List bulk SIM card actions. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxSIM Card Actions

What You Can Do

GET
Listbulksimcardactions — List bulk SIM card actions
/v1/bulk-sim-card-actions
GET
Getbulksimcardaction — Get bulk SIM card action details
/v1/bulk-sim-card-actions/{id}
GET
Listsimcardactions — List SIM card actions
/v1/sim-card-actions
GET
Getsimcardaction — Get SIM card action details
/v1/sim-card-actions/{id}

MCP Tools

list-bulk-sim-card-actions

List bulk SIM card actions

read-only idempotent
get-bulk-sim-card-action

Get bulk SIM card action details

read-only idempotent
list-sim-card-actions

List SIM card actions

read-only idempotent
get-sim-card-action-details

Get SIM card action details

read-only idempotent

Capability Spec

telnyx-sim-card-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — SIM Card Actions
  description: 'Telnyx API — SIM Card Actions. 4 operations. Lead operation: List bulk SIM card actions. Self-contained Naftiko
    capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - SIM Card Actions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-sim-card-actions
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — SIM Card Actions business capability. Self-contained, no shared references.
    resources:
    - name: bulk_sim_card_actions
      path: /bulk_sim_card_actions
      operations:
      - name: listbulksimcardactions
        method: GET
        description: List bulk SIM card actions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter[action_type]
          in: query
          type: string
          description: Filter by action type.
    - name: bulk_sim_card_actions-id
      path: /bulk_sim_card_actions/{id}
      operations:
      - name: getbulksimcardaction
        method: GET
        description: Get bulk SIM card action details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sim_card_actions
      path: /sim_card_actions
      operations:
      - name: listsimcardactions
        method: GET
        description: List SIM card actions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sim_card_actions-id
      path: /sim_card_actions/{id}
      operations:
      - name: getsimcardaction
        method: GET
        description: Get SIM card action details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-sim-card-actions-rest
    port: 8080
    description: REST adapter for Telnyx API — SIM Card Actions. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/bulk-sim-card-actions
      name: bulk-sim-card-actions
      description: REST surface for bulk_sim_card_actions.
      operations:
      - method: GET
        name: listbulksimcardactions
        description: List bulk SIM card actions
        call: telnyx-sim-card-actions.listbulksimcardactions
        with:
          filter[action_type]: rest.filter[action_type]
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk-sim-card-actions/{id}
      name: bulk-sim-card-actions-id
      description: REST surface for bulk_sim_card_actions-id.
      operations:
      - method: GET
        name: getbulksimcardaction
        description: Get bulk SIM card action details
        call: telnyx-sim-card-actions.getbulksimcardaction
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sim-card-actions
      name: sim-card-actions
      description: REST surface for sim_card_actions.
      operations:
      - method: GET
        name: listsimcardactions
        description: List SIM card actions
        call: telnyx-sim-card-actions.listsimcardactions
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sim-card-actions/{id}
      name: sim-card-actions-id
      description: REST surface for sim_card_actions-id.
      operations:
      - method: GET
        name: getsimcardaction
        description: Get SIM card action details
        call: telnyx-sim-card-actions.getsimcardaction
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-sim-card-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — SIM Card Actions. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-bulk-sim-card-actions
      description: List bulk SIM card actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-sim-card-actions.listbulksimcardactions
      with:
        filter[action_type]: tools.filter[action_type]
      outputParameters:
      - type: object
        mapping: $.
    - name: get-bulk-sim-card-action
      description: Get bulk SIM card action details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-sim-card-actions.getbulksimcardaction
      outputParameters:
      - type: object
        mapping: $.
    - name: list-sim-card-actions
      description: List SIM card actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-sim-card-actions.listsimcardactions
      outputParameters:
      - type: object
        mapping: $.
    - name: get-sim-card-action-details
      description: Get SIM card action details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-sim-card-actions.getsimcardaction
      outputParameters:
      - type: object
        mapping: $.