Airtable · Capability

Airtable Enterprise API — Enterprise

Airtable Enterprise API — Enterprise. 1 operations. Lead operation: Airtable Get Enterprise Account Information. Self-contained Naftiko capability covering one Airtable business surface.

Run with Naftiko AirtableEnterprise

What You Can Do

GET
Getenterpriseaccount — Airtable Get Enterprise Account Information
/v1/meta/enterpriseaccounts/{enterpriseaccountid}

MCP Tools

airtable-get-enterprise-account-information

Airtable Get Enterprise Account Information

read-only idempotent

Capability Spec

enterprise-enterprise.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Airtable Enterprise API — Enterprise
  description: 'Airtable Enterprise API — Enterprise. 1 operations. Lead operation: Airtable Get Enterprise Account Information.
    Self-contained Naftiko capability covering one Airtable business surface.'
  tags:
  - Airtable
  - Enterprise
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AIRTABLE_API_KEY: AIRTABLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: enterprise-enterprise
    baseUri: https://api.airtable.com/v0
    description: Airtable Enterprise API — Enterprise business capability. Self-contained, no shared references.
    resources:
    - name: meta-enterpriseAccounts-enterpriseAccountId
      path: /meta/enterpriseAccounts/{enterpriseAccountId}
      operations:
      - name: getenterpriseaccount
        method: GET
        description: Airtable Get Enterprise Account Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: include
          in: query
          type: array
          description: Additional information to include in the response.
    authentication:
      type: bearer
      token: '{{env.AIRTABLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: enterprise-enterprise-rest
    port: 8080
    description: REST adapter for Airtable Enterprise API — Enterprise. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/meta/enterpriseaccounts/{enterpriseaccountid}
      name: meta-enterpriseaccounts-enterpriseaccountid
      description: REST surface for meta-enterpriseAccounts-enterpriseAccountId.
      operations:
      - method: GET
        name: getenterpriseaccount
        description: Airtable Get Enterprise Account Information
        call: enterprise-enterprise.getenterpriseaccount
        with:
          include: rest.include
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: enterprise-enterprise-mcp
    port: 9090
    transport: http
    description: MCP adapter for Airtable Enterprise API — Enterprise. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: airtable-get-enterprise-account-information
      description: Airtable Get Enterprise Account Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: enterprise-enterprise.getenterpriseaccount
      with:
        include: tools.include
      outputParameters:
      - type: object
        mapping: $.