ARGUS Enterprise · Capability

Argus Enterprise Core API — Cash Flows

Argus Enterprise Core API — Cash Flows. 1 operations. Lead operation: Argus Enterprise List Property Cash Flows. Self-contained Naftiko capability covering one Argus Enterprise business surface.

Run with Naftiko Argus EnterpriseCash Flows

What You Can Do

GET
Listpropertycashflows — Argus Enterprise List Property Cash Flows
/v1/properties/{propertyid}/cashflows

MCP Tools

argus-enterprise-list-property-cash

Argus Enterprise List Property Cash Flows

read-only idempotent

Capability Spec

core-cash-flows.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Argus Enterprise Core API — Cash Flows
  description: 'Argus Enterprise Core API — Cash Flows. 1 operations. Lead operation: Argus Enterprise List Property Cash
    Flows. Self-contained Naftiko capability covering one Argus Enterprise business surface.'
  tags:
  - Argus Enterprise
  - Cash Flows
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARGUS_ENTERPRISE_API_KEY: ARGUS_ENTERPRISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: core-cash-flows
    baseUri: https://api.argusenterprise.com/v1
    description: Argus Enterprise Core API — Cash Flows business capability. Self-contained, no shared references.
    resources:
    - name: properties-propertyId-cashflows
      path: /properties/{propertyId}/cashflows
      operations:
      - name: listpropertycashflows
        method: GET
        description: Argus Enterprise List Property Cash Flows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDate
          in: query
          type: string
          description: Start date for cash flow projections
        - name: endDate
          in: query
          type: string
          description: End date for cash flow projections
        - name: frequency
          in: query
          type: string
          description: Cash flow reporting frequency
    authentication:
      type: bearer
      token: '{{env.ARGUS_ENTERPRISE_API_KEY}}'
  exposes:
  - type: rest
    namespace: core-cash-flows-rest
    port: 8080
    description: REST adapter for Argus Enterprise Core API — Cash Flows. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/properties/{propertyid}/cashflows
      name: properties-propertyid-cashflows
      description: REST surface for properties-propertyId-cashflows.
      operations:
      - method: GET
        name: listpropertycashflows
        description: Argus Enterprise List Property Cash Flows
        call: core-cash-flows.listpropertycashflows
        with:
          startDate: rest.startDate
          endDate: rest.endDate
          frequency: rest.frequency
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: core-cash-flows-mcp
    port: 9090
    transport: http
    description: MCP adapter for Argus Enterprise Core API — Cash Flows. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: argus-enterprise-list-property-cash
      description: Argus Enterprise List Property Cash Flows
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: core-cash-flows.listpropertycashflows
      with:
        startDate: tools.startDate
        endDate: tools.endDate
        frequency: tools.frequency
      outputParameters:
      - type: object
        mapping: $.