Avalara · Capability

Avalara MyLodgeTax API — Obligations

Avalara MyLodgeTax API — Obligations. 1 operations. Lead operation: Avalara Get Filing Obligations for a Property. Self-contained Naftiko capability covering one Avalara business surface.

Run with Naftiko AvalaraObligations

What You Can Do

GET
Getpropertyobligations — Avalara Get Filing Obligations for a Property
/v1/properties/{propertyid}/obligations

MCP Tools

avalara-get-filing-obligations-property

Avalara Get Filing Obligations for a Property

read-only idempotent

Capability Spec

mylodgetax-obligations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Avalara MyLodgeTax API — Obligations
  description: 'Avalara MyLodgeTax API — Obligations. 1 operations. Lead operation: Avalara Get Filing Obligations for a Property.
    Self-contained Naftiko capability covering one Avalara business surface.'
  tags:
  - Avalara
  - Obligations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AVALARA_API_KEY: AVALARA_API_KEY
capability:
  consumes:
  - type: http
    namespace: mylodgetax-obligations
    baseUri: https://api.avalara.com/mylodgetax/v1
    description: Avalara MyLodgeTax API — Obligations business capability. Self-contained, no shared references.
    resources:
    - name: properties-propertyId-obligations
      path: /properties/{propertyId}/obligations
      operations:
      - name: getpropertyobligations
        method: GET
        description: Avalara Get Filing Obligations for a Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: propertyId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.AVALARA_API_KEY}}'
  exposes:
  - type: rest
    namespace: mylodgetax-obligations-rest
    port: 8080
    description: REST adapter for Avalara MyLodgeTax API — Obligations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/properties/{propertyid}/obligations
      name: properties-propertyid-obligations
      description: REST surface for properties-propertyId-obligations.
      operations:
      - method: GET
        name: getpropertyobligations
        description: Avalara Get Filing Obligations for a Property
        call: mylodgetax-obligations.getpropertyobligations
        with:
          propertyId: rest.propertyId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mylodgetax-obligations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Avalara MyLodgeTax API — Obligations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: avalara-get-filing-obligations-property
      description: Avalara Get Filing Obligations for a Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mylodgetax-obligations.getpropertyobligations
      with:
        propertyId: tools.propertyId
      outputParameters:
      - type: object
        mapping: $.