TIAA · Capability

TIAA Secure Income Account API — Plans

TIAA Secure Income Account API — Plans. 1 operations. Lead operation: Get Plan Details. Self-contained Naftiko capability covering one Tiaa business surface.

Run with Naftiko TiaaPlans

What You Can Do

GET
Getplan — Get Plan Details
/v1/plans/{planid}

MCP Tools

get-plan-details

Get Plan Details

read-only idempotent

Capability Spec

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