Figma · Capability

Figma API — Users

Figma API — Users. 1 operations. Lead operation: Figma Get Current User. Self-contained Naftiko capability covering one Figma business surface.

Run with Naftiko FigmaUsers

What You Can Do

GET
Getme — Figma Get Current User
/v1/v1/me

MCP Tools

figma-get-current-user

Figma Get Current User

read-only idempotent

Capability Spec

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