Telnyx · Capability

Telnyx API — SIM Card Group Actions

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

Run with Naftiko TelnyxSIM Card Group Actions

What You Can Do

GET
Getsimcardgroupactions — List SIM card group actions
/v1/sim-card-group-actions
GET
Getsimcardgroupaction — Get SIM card group action details
/v1/sim-card-group-actions/{id}

MCP Tools

list-sim-card-group-actions

List SIM card group actions

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

Get SIM card group action details

read-only idempotent

Capability Spec

telnyx-sim-card-group-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — SIM Card Group Actions
  description: 'Telnyx API — SIM Card Group Actions. 2 operations. Lead operation: List SIM card group actions. Self-contained
    Naftiko capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - SIM Card Group 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-group-actions
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — SIM Card Group Actions business capability. Self-contained, no shared references.
    resources:
    - name: sim_card_group_actions
      path: /sim_card_group_actions
      operations:
      - name: getsimcardgroupactions
        method: GET
        description: List SIM card group actions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter[type]
          in: query
          type: string
          description: Filter by action type.
    - name: sim_card_group_actions-id
      path: /sim_card_group_actions/{id}
      operations:
      - name: getsimcardgroupaction
        method: GET
        description: Get SIM card group 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-group-actions-rest
    port: 8080
    description: REST adapter for Telnyx API — SIM Card Group Actions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/sim-card-group-actions
      name: sim-card-group-actions
      description: REST surface for sim_card_group_actions.
      operations:
      - method: GET
        name: getsimcardgroupactions
        description: List SIM card group actions
        call: telnyx-sim-card-group-actions.getsimcardgroupactions
        with:
          filter[type]: rest.filter[type]
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sim-card-group-actions/{id}
      name: sim-card-group-actions-id
      description: REST surface for sim_card_group_actions-id.
      operations:
      - method: GET
        name: getsimcardgroupaction
        description: Get SIM card group action details
        call: telnyx-sim-card-group-actions.getsimcardgroupaction
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-sim-card-group-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — SIM Card Group Actions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-sim-card-group-actions
      description: List SIM card group actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-sim-card-group-actions.getsimcardgroupactions
      with:
        filter[type]: tools.filter[type]
      outputParameters:
      - type: object
        mapping: $.
    - name: get-sim-card-group-action
      description: Get SIM card group action details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-sim-card-group-actions.getsimcardgroupaction
      outputParameters:
      - type: object
        mapping: $.