Twilio · Capability

Twilio - Content — LegacyContent

Twilio - Content — LegacyContent. 1 operations. Lead operation: LegacyContent. Self-contained Naftiko capability covering one Twilio business surface.

Run with Naftiko TwilioLegacyContent

What You Can Do

GET
Listlegacycontent — Retrieve a list of Legacy Contents belonging to the account used to make the request
/v1/v1/legacycontent

MCP Tools

retrieve-list-legacy-contents-belonging

Retrieve a list of Legacy Contents belonging to the account used to make the request

read-only idempotent

Capability Spec

content-legacycontent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Twilio - Content — LegacyContent
  description: 'Twilio - Content — LegacyContent. 1 operations. Lead operation: LegacyContent. Self-contained Naftiko capability
    covering one Twilio business surface.'
  tags:
  - Twilio
  - LegacyContent
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TWILIO_API_KEY: TWILIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: content-legacycontent
    baseUri: https://content.twilio.com
    description: Twilio - Content — LegacyContent business capability. Self-contained, no shared references.
    resources:
    - name: v1-LegacyContent
      path: /v1/LegacyContent
      operations:
      - name: listlegacycontent
        method: GET
        description: Retrieve a list of Legacy Contents belonging to the account used to make the request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: content-legacycontent-rest
    port: 8080
    description: REST adapter for Twilio - Content — LegacyContent. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/legacycontent
      name: v1-legacycontent
      description: REST surface for v1-LegacyContent.
      operations:
      - method: GET
        name: listlegacycontent
        description: Retrieve a list of Legacy Contents belonging to the account used to make the request
        call: content-legacycontent.listlegacycontent
        with:
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: content-legacycontent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Twilio - Content — LegacyContent. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-list-legacy-contents-belonging
      description: Retrieve a list of Legacy Contents belonging to the account used to make the request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: content-legacycontent.listlegacycontent
      with:
        PageSize: tools.PageSize
        Page: tools.Page
        PageToken: tools.PageToken
      outputParameters:
      - type: object
        mapping: $.