Webflow · Capability

Webflow Meta API — Meta

Webflow Meta API — Meta. 2 operations. Lead operation: Webflow Get Authorization User Info. Self-contained Naftiko capability covering one Webflow business surface.

Run with Naftiko WebflowMeta

What You Can Do

GET
Authorizedby — Webflow Get Authorization User Info
/v1/token/authorized-by
GET
Introspect — Webflow Get Authorization Info
/v1/token/introspect

MCP Tools

webflow-get-authorization-user-info

Webflow Get Authorization User Info

read-only idempotent
webflow-get-authorization-info

Webflow Get Authorization Info

read-only idempotent

Capability Spec

meta-meta.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webflow Meta API — Meta
  description: 'Webflow Meta API — Meta. 2 operations. Lead operation: Webflow Get Authorization User Info. Self-contained
    Naftiko capability covering one Webflow business surface.'
  tags:
  - Webflow
  - Meta
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBFLOW_API_KEY: WEBFLOW_API_KEY
capability:
  consumes:
  - type: http
    namespace: meta-meta
    baseUri: https://api.webflow.com/v2
    description: Webflow Meta API — Meta business capability. Self-contained, no shared references.
    resources:
    - name: token-authorized_by
      path: /token/authorized_by
      operations:
      - name: authorizedby
        method: GET
        description: Webflow Get Authorization User Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: token-introspect
      path: /token/introspect
      operations:
      - name: introspect
        method: GET
        description: Webflow Get Authorization Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WEBFLOW_API_KEY}}'
  exposes:
  - type: rest
    namespace: meta-meta-rest
    port: 8080
    description: REST adapter for Webflow Meta API — Meta. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/token/authorized-by
      name: token-authorized-by
      description: REST surface for token-authorized_by.
      operations:
      - method: GET
        name: authorizedby
        description: Webflow Get Authorization User Info
        call: meta-meta.authorizedby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/token/introspect
      name: token-introspect
      description: REST surface for token-introspect.
      operations:
      - method: GET
        name: introspect
        description: Webflow Get Authorization Info
        call: meta-meta.introspect
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: meta-meta-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webflow Meta API — Meta. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: webflow-get-authorization-user-info
      description: Webflow Get Authorization User Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: meta-meta.authorizedby
      outputParameters:
      - type: object
        mapping: $.
    - name: webflow-get-authorization-info
      description: Webflow Get Authorization Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: meta-meta.introspect
      outputParameters:
      - type: object
        mapping: $.