Avalara · Capability

Avalara AvaTax APIs — FundingRequests

Avalara AvaTax APIs — FundingRequests. 2 operations. Lead operation: Avalara FundingRequestStatus. Self-contained Naftiko capability covering one Avalara business surface.

Run with Naftiko AvalaraFundingRequests

What You Can Do

GET
Get — Avalara FundingRequestStatus
/v1/api/v2/fundingrequests/{id}
GET
Get — Avalara ActivateFundingRequest
/v1/api/v2/fundingrequests/{id}/widget

MCP Tools

avalara-fundingrequeststatus

Avalara FundingRequestStatus

read-only idempotent
avalara-activatefundingrequest

Avalara ActivateFundingRequest

read-only idempotent

Capability Spec

avatax-apis-fundingrequests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Avalara AvaTax APIs — FundingRequests
  description: 'Avalara AvaTax APIs — FundingRequests. 2 operations. Lead operation: Avalara FundingRequestStatus. Self-contained
    Naftiko capability covering one Avalara business surface.'
  tags:
  - Avalara
  - FundingRequests
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AVALARA_API_KEY: AVALARA_API_KEY
capability:
  consumes:
  - type: http
    namespace: avatax-apis-fundingrequests
    baseUri: http://{{baseurl}}
    description: Avalara AvaTax APIs — FundingRequests business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-fundingrequests-id
      path: /api/v2/fundingrequests/{id}
      operations:
      - name: get
        method: GET
        description: Avalara FundingRequestStatus
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Avalara-Client
          in: header
          type: string
          description: Identifies the software you are using to call this API. For more information on the client header,
            see [Client Headers](https://developer.avalara.com/avatax/cli
        - name: id
          in: path
          type: string
          required: true
    - name: api-v2-fundingrequests-id-widget
      path: /api/v2/fundingrequests/{id}/widget
      operations:
      - name: get
        method: GET
        description: Avalara ActivateFundingRequest
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Avalara-Client
          in: header
          type: string
          description: Identifies the software you are using to call this API. For more information on the client header,
            see [Client Headers](https://developer.avalara.com/avatax/cli
        - name: id
          in: path
          type: string
          required: true
    authentication:
      type: basic
      username: '{{env.AVALARA_USER}}'
      password: '{{env.AVALARA_PASS}}'
  exposes:
  - type: rest
    namespace: avatax-apis-fundingrequests-rest
    port: 8080
    description: REST adapter for Avalara AvaTax APIs — FundingRequests. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/fundingrequests/{id}
      name: api-v2-fundingrequests-id
      description: REST surface for api-v2-fundingrequests-id.
      operations:
      - method: GET
        name: get
        description: Avalara FundingRequestStatus
        call: avatax-apis-fundingrequests.get
        with:
          X-Avalara-Client: rest.X-Avalara-Client
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/fundingrequests/{id}/widget
      name: api-v2-fundingrequests-id-widget
      description: REST surface for api-v2-fundingrequests-id-widget.
      operations:
      - method: GET
        name: get
        description: Avalara ActivateFundingRequest
        call: avatax-apis-fundingrequests.get
        with:
          X-Avalara-Client: rest.X-Avalara-Client
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: avatax-apis-fundingrequests-mcp
    port: 9090
    transport: http
    description: MCP adapter for Avalara AvaTax APIs — FundingRequests. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: avalara-fundingrequeststatus
      description: Avalara FundingRequestStatus
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: avatax-apis-fundingrequests.get
      with:
        X-Avalara-Client: tools.X-Avalara-Client
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: avalara-activatefundingrequest
      description: Avalara ActivateFundingRequest
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: avatax-apis-fundingrequests.get
      with:
        X-Avalara-Client: tools.X-Avalara-Client
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.