Aramark · Capability

Aramark Marko API — Organization

Aramark Marko API — Organization. 1 operations. Lead operation: Aramark Get Organization Data. Self-contained Naftiko capability covering one Aramark business surface.

Run with Naftiko AramarkOrganization

What You Can Do

GET
Getorganization — Aramark Get Organization Data
/v1/organization

MCP Tools

aramark-get-organization-data

Aramark Get Organization Data

read-only idempotent

Capability Spec

marko-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Aramark Marko API — Organization
  description: 'Aramark Marko API — Organization. 1 operations. Lead operation: Aramark Get Organization Data. Self-contained
    Naftiko capability covering one Aramark business surface.'
  tags:
  - Aramark
  - Organization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARAMARK_API_KEY: ARAMARK_API_KEY
capability:
  consumes:
  - type: http
    namespace: marko-organization
    baseUri: https://www.marko.aramark.net/v1
    description: Aramark Marko API — Organization business capability. Self-contained, no shared references.
    resources:
    - name: organization
      path: /organization
      operations:
      - name: getorganization
        method: GET
        description: Aramark Get Organization Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: locationId
          in: query
          type: string
          description: Filter by location identifier
        - name: orgType
          in: query
          type: string
          description: Filter by organization type
    authentication:
      type: apikey
      key: apiKey
      value: '{{env.ARAMARK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: marko-organization-rest
    port: 8080
    description: REST adapter for Aramark Marko API — Organization. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organization
      name: organization
      description: REST surface for organization.
      operations:
      - method: GET
        name: getorganization
        description: Aramark Get Organization Data
        call: marko-organization.getorganization
        with:
          locationId: rest.locationId
          orgType: rest.orgType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marko-organization-mcp
    port: 9090
    transport: http
    description: MCP adapter for Aramark Marko API — Organization. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: aramark-get-organization-data
      description: Aramark Get Organization Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marko-organization.getorganization
      with:
        locationId: tools.locationId
        orgType: tools.orgType
      outputParameters:
      - type: object
        mapping: $.