SendGrid · Capability

Twilio SendGrid Enforced TLS API — Enforced TLS

Twilio SendGrid Enforced TLS API — Enforced TLS. 2 operations. Lead operation: Retrieve current Enforced TLS settings.. Self-contained Naftiko capability covering one Sendgrid business surface.

Run with Naftiko SendgridEnforced TLS

What You Can Do

GET
Listenforcedtlssetting — Retrieve current Enforced TLS settings.
/v1/v3/user/settings/enforced-tls
PATCH
Updateenforcedtlssetting — Update Enforced TLS settings
/v1/v3/user/settings/enforced-tls

MCP Tools

retrieve-current-enforced-tls-settings

Retrieve current Enforced TLS settings.

read-only idempotent
update-enforced-tls-settings

Update Enforced TLS settings

idempotent

Capability Spec

tsg_enforced_tls_v3-enforced-tls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Twilio SendGrid Enforced TLS API — Enforced TLS
  description: 'Twilio SendGrid Enforced TLS API — Enforced TLS. 2 operations. Lead operation: Retrieve current Enforced TLS
    settings.. Self-contained Naftiko capability covering one Sendgrid business surface.'
  tags:
  - Sendgrid
  - Enforced TLS
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SENDGRID_API_KEY: SENDGRID_API_KEY
capability:
  consumes:
  - type: http
    namespace: tsg_enforced_tls_v3-enforced-tls
    baseUri: https://api.sendgrid.com
    description: Twilio SendGrid Enforced TLS API — Enforced TLS business capability. Self-contained, no shared references.
    resources:
    - name: v3-user-settings-enforced_tls
      path: /v3/user/settings/enforced_tls
      operations:
      - name: listenforcedtlssetting
        method: GET
        description: Retrieve current Enforced TLS settings.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateenforcedtlssetting
        method: PATCH
        description: Update Enforced TLS settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SENDGRID_API_KEY}}'
  exposes:
  - type: rest
    namespace: tsg_enforced_tls_v3-enforced-tls-rest
    port: 8080
    description: REST adapter for Twilio SendGrid Enforced TLS API — Enforced TLS. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v3/user/settings/enforced-tls
      name: v3-user-settings-enforced-tls
      description: REST surface for v3-user-settings-enforced_tls.
      operations:
      - method: GET
        name: listenforcedtlssetting
        description: Retrieve current Enforced TLS settings.
        call: tsg_enforced_tls_v3-enforced-tls.listenforcedtlssetting
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateenforcedtlssetting
        description: Update Enforced TLS settings
        call: tsg_enforced_tls_v3-enforced-tls.updateenforcedtlssetting
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tsg_enforced_tls_v3-enforced-tls-mcp
    port: 9090
    transport: http
    description: MCP adapter for Twilio SendGrid Enforced TLS API — Enforced TLS. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: retrieve-current-enforced-tls-settings
      description: Retrieve current Enforced TLS settings.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tsg_enforced_tls_v3-enforced-tls.listenforcedtlssetting
      outputParameters:
      - type: object
        mapping: $.
    - name: update-enforced-tls-settings
      description: Update Enforced TLS settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tsg_enforced_tls_v3-enforced-tls.updateenforcedtlssetting
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.