Upvest · Capability

Upvest Investment API — Executions

Upvest Investment API — Executions. 1 operations. Lead operation: Upvest List order executions. Self-contained Naftiko capability covering one Upvest business surface.

Run with Naftiko UpvestExecutions

What You Can Do

GET
Listorderexecutions — Upvest List order executions
/v1/orders/{order-id}/executions

MCP Tools

upvest-list-order-executions

Upvest List order executions

read-only idempotent

Capability Spec

investment-executions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Upvest Investment API — Executions
  description: 'Upvest Investment API — Executions. 1 operations. Lead operation: Upvest List order executions. Self-contained
    Naftiko capability covering one Upvest business surface.'
  tags:
  - Upvest
  - Executions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UPVEST_API_KEY: UPVEST_API_KEY
capability:
  consumes:
  - type: http
    namespace: investment-executions
    baseUri: https://api.upvest.co
    description: Upvest Investment API — Executions business capability. Self-contained, no shared references.
    resources:
    - name: orders-order_id-executions
      path: /orders/{order_id}/executions
      operations:
      - name: listorderexecutions
        method: GET
        description: Upvest List order executions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.UPVEST_API_KEY}}'
  exposes:
  - type: rest
    namespace: investment-executions-rest
    port: 8080
    description: REST adapter for Upvest Investment API — Executions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/orders/{order-id}/executions
      name: orders-order-id-executions
      description: REST surface for orders-order_id-executions.
      operations:
      - method: GET
        name: listorderexecutions
        description: Upvest List order executions
        call: investment-executions.listorderexecutions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: investment-executions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Upvest Investment API — Executions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: upvest-list-order-executions
      description: Upvest List order executions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: investment-executions.listorderexecutions
      outputParameters:
      - type: object
        mapping: $.