naftiko: 1.0.0-alpha2 info: label: Twilio - Supersim — SettingsUpdates description: 'Twilio - Supersim — SettingsUpdates. 1 operations. Lead operation: SettingsUpdates. Self-contained Naftiko capability covering one Twilio business surface.' tags: - Twilio - SettingsUpdates created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: TWILIO_API_KEY: TWILIO_API_KEY capability: consumes: - type: http namespace: super-sim-settingsupdates baseUri: https://supersim.twilio.com description: Twilio - Supersim — SettingsUpdates business capability. Self-contained, no shared references. resources: - name: v1-SettingsUpdates path: /v1/SettingsUpdates operations: - name: listsettingsupdate method: GET description: Retrieve a list of Settings Updates. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Sim in: query type: string description: Filter the Settings Updates by a Super SIM's SID or UniqueName. - name: Status in: query type: string description: Filter the Settings Updates by status. Can be `scheduled`, `in-progress`, `successful`, or `failed`. - name: PageSize in: query type: integer description: How many resources to return in each list page. The default is 50, and the maximum is 1000. - name: Page in: query type: integer description: The page index. This value is simply for client state. - name: PageToken in: query type: string description: The page token. This is provided by the API. authentication: type: basic username: '{{env.TWILIO_USER}}' password: '{{env.TWILIO_PASS}}' exposes: - type: rest namespace: super-sim-settingsupdates-rest port: 8080 description: REST adapter for Twilio - Supersim — SettingsUpdates. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/settingsupdates name: v1-settingsupdates description: REST surface for v1-SettingsUpdates. operations: - method: GET name: listsettingsupdate description: Retrieve a list of Settings Updates. call: super-sim-settingsupdates.listsettingsupdate with: Sim: rest.Sim Status: rest.Status PageSize: rest.PageSize Page: rest.Page PageToken: rest.PageToken outputParameters: - type: object mapping: $. - type: mcp namespace: super-sim-settingsupdates-mcp port: 9090 transport: http description: MCP adapter for Twilio - Supersim — SettingsUpdates. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: retrieve-list-settings-updates description: Retrieve a list of Settings Updates. hints: readOnly: true destructive: false idempotent: true call: super-sim-settingsupdates.listsettingsupdate with: Sim: tools.Sim Status: tools.Status PageSize: tools.PageSize Page: tools.Page PageToken: tools.PageToken outputParameters: - type: object mapping: $.