TIAA · Capability

TIAA Financial Data Exchange API — Investments

TIAA Financial Data Exchange API — Investments. 1 operations. Lead operation: List Investment Positions. Self-contained Naftiko capability covering one Tiaa business surface.

Run with Naftiko TiaaInvestments

What You Can Do

GET
Listpositions — List Investment Positions
/v1/accounts/{accountid}/positions

MCP Tools

list-investment-positions

List Investment Positions

read-only idempotent

Capability Spec

fdx-investments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TIAA Financial Data Exchange API — Investments
  description: 'TIAA Financial Data Exchange API — Investments. 1 operations. Lead operation: List Investment Positions. Self-contained
    Naftiko capability covering one Tiaa business surface.'
  tags:
  - Tiaa
  - Investments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TIAA_API_KEY: TIAA_API_KEY
capability:
  consumes:
  - type: http
    namespace: fdx-investments
    baseUri: https://api.tiaa.org/fdx/v6
    description: TIAA Financial Data Exchange API — Investments business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-positions
      path: /accounts/{accountId}/positions
      operations:
      - name: listpositions
        method: GET
        description: List Investment Positions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TIAA_API_KEY}}'
  exposes:
  - type: rest
    namespace: fdx-investments-rest
    port: 8080
    description: REST adapter for TIAA Financial Data Exchange API — Investments. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/positions
      name: accounts-accountid-positions
      description: REST surface for accounts-accountId-positions.
      operations:
      - method: GET
        name: listpositions
        description: List Investment Positions
        call: fdx-investments.listpositions
        with:
          accountId: rest.accountId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fdx-investments-mcp
    port: 9090
    transport: http
    description: MCP adapter for TIAA Financial Data Exchange API — Investments. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-investment-positions
      description: List Investment Positions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fdx-investments.listpositions
      with:
        accountId: tools.accountId
      outputParameters:
      - type: object
        mapping: $.