Sage · Capability

Sage Accounting API — Business

Sage Accounting API — Business. 1 operations. Lead operation: Get Business Settings. Self-contained Naftiko capability covering one Sage business surface.

Run with Naftiko SageBusiness

What You Can Do

GET
Getbusinesssettings — Get Business Settings
/v1/business

MCP Tools

get-business-settings

Get Business Settings

read-only idempotent

Capability Spec

accounting-business.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sage Accounting API — Business
  description: 'Sage Accounting API — Business. 1 operations. Lead operation: Get Business Settings. Self-contained Naftiko
    capability covering one Sage business surface.'
  tags:
  - Sage
  - Business
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAGE_API_KEY: SAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: accounting-business
    baseUri: https://api.accounting.sage.com/v3.1
    description: Sage Accounting API — Business business capability. Self-contained, no shared references.
    resources:
    - name: business
      path: /business
      operations:
      - name: getbusinesssettings
        method: GET
        description: Get Business Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: accounting-business-rest
    port: 8080
    description: REST adapter for Sage Accounting API — Business. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/business
      name: business
      description: REST surface for business.
      operations:
      - method: GET
        name: getbusinesssettings
        description: Get Business Settings
        call: accounting-business.getbusinesssettings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: accounting-business-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sage Accounting API — Business. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-business-settings
      description: Get Business Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: accounting-business.getbusinesssettings
      outputParameters:
      - type: object
        mapping: $.