TIAA · Capability

TIAA Secure Income Account API — Contributions

TIAA Secure Income Account API — Contributions. 1 operations. Lead operation: Submit Contribution. Self-contained Naftiko capability covering one Tiaa business surface.

Run with Naftiko TiaaContributions

What You Can Do

POST
Submitcontribution — Submit Contribution
/v1/plans/{planid}/contributions

MCP Tools

submit-contribution

Submit Contribution

Capability Spec

sia-contributions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TIAA Secure Income Account API — Contributions
  description: 'TIAA Secure Income Account API — Contributions. 1 operations. Lead operation: Submit Contribution. Self-contained
    Naftiko capability covering one Tiaa business surface.'
  tags:
  - Tiaa
  - Contributions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TIAA_API_KEY: TIAA_API_KEY
capability:
  consumes:
  - type: http
    namespace: sia-contributions
    baseUri: https://api.tiaa.org/sia/v1
    description: TIAA Secure Income Account API — Contributions business capability. Self-contained, no shared references.
    resources:
    - name: plans-planId-contributions
      path: /plans/{planId}/contributions
      operations:
      - name: submitcontribution
        method: POST
        description: Submit Contribution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: planId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.TIAA_API_KEY}}'
  exposes:
  - type: rest
    namespace: sia-contributions-rest
    port: 8080
    description: REST adapter for TIAA Secure Income Account API — Contributions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/plans/{planid}/contributions
      name: plans-planid-contributions
      description: REST surface for plans-planId-contributions.
      operations:
      - method: POST
        name: submitcontribution
        description: Submit Contribution
        call: sia-contributions.submitcontribution
        with:
          planId: rest.planId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sia-contributions-mcp
    port: 9090
    transport: http
    description: MCP adapter for TIAA Secure Income Account API — Contributions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: submit-contribution
      description: Submit Contribution
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sia-contributions.submitcontribution
      with:
        planId: tools.planId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.