Adobe Illustrator · Capability

Adobe Illustrator Scripting API — Symbols

Adobe Illustrator Scripting API — Symbols. 4 operations. Lead operation: Adobe Illustrator List Symbols. Self-contained Naftiko capability covering one Adobe Illustrator business surface.

Run with Naftiko Adobe IllustratorSymbols

What You Can Do

GET
Listsymbols — Adobe Illustrator List Symbols
/v1/documents/{documentid}/symbols
POST
Createsymbol — Adobe Illustrator Create a Symbol
/v1/documents/{documentid}/symbols
GET
Getsymbol — Adobe Illustrator Get a Symbol
/v1/documents/{documentid}/symbols/{symbolid}
DELETE
Deletesymbol — Adobe Illustrator Delete a Symbol
/v1/documents/{documentid}/symbols/{symbolid}

MCP Tools

adobe-illustrator-list-symbols

Adobe Illustrator List Symbols

read-only idempotent
adobe-illustrator-create-symbol

Adobe Illustrator Create a Symbol

adobe-illustrator-get-symbol

Adobe Illustrator Get a Symbol

read-only idempotent
adobe-illustrator-delete-symbol

Adobe Illustrator Delete a Symbol

idempotent

Capability Spec

scripting-symbols.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Illustrator Scripting API — Symbols
  description: 'Adobe Illustrator Scripting API — Symbols. 4 operations. Lead operation: Adobe Illustrator List Symbols. Self-contained
    Naftiko capability covering one Adobe Illustrator business surface.'
  tags:
  - Adobe Illustrator
  - Symbols
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_ILLUSTRATOR_API_KEY: ADOBE_ILLUSTRATOR_API_KEY
capability:
  consumes:
  - type: http
    namespace: scripting-symbols
    baseUri: https://localhost
    description: Adobe Illustrator Scripting API — Symbols business capability. Self-contained, no shared references.
    resources:
    - name: documents-documentId-symbols
      path: /documents/{documentId}/symbols
      operations:
      - name: listsymbols
        method: GET
        description: Adobe Illustrator List Symbols
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createsymbol
        method: POST
        description: Adobe Illustrator Create a Symbol
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: documents-documentId-symbols-symbolId
      path: /documents/{documentId}/symbols/{symbolId}
      operations:
      - name: getsymbol
        method: GET
        description: Adobe Illustrator Get a Symbol
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletesymbol
        method: DELETE
        description: Adobe Illustrator Delete a Symbol
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: scripting-symbols-rest
    port: 8080
    description: REST adapter for Adobe Illustrator Scripting API — Symbols. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/documents/{documentid}/symbols
      name: documents-documentid-symbols
      description: REST surface for documents-documentId-symbols.
      operations:
      - method: GET
        name: listsymbols
        description: Adobe Illustrator List Symbols
        call: scripting-symbols.listsymbols
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsymbol
        description: Adobe Illustrator Create a Symbol
        call: scripting-symbols.createsymbol
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/documents/{documentid}/symbols/{symbolid}
      name: documents-documentid-symbols-symbolid
      description: REST surface for documents-documentId-symbols-symbolId.
      operations:
      - method: GET
        name: getsymbol
        description: Adobe Illustrator Get a Symbol
        call: scripting-symbols.getsymbol
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletesymbol
        description: Adobe Illustrator Delete a Symbol
        call: scripting-symbols.deletesymbol
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scripting-symbols-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Illustrator Scripting API — Symbols. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adobe-illustrator-list-symbols
      description: Adobe Illustrator List Symbols
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scripting-symbols.listsymbols
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-illustrator-create-symbol
      description: Adobe Illustrator Create a Symbol
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: scripting-symbols.createsymbol
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-illustrator-get-symbol
      description: Adobe Illustrator Get a Symbol
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scripting-symbols.getsymbol
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-illustrator-delete-symbol
      description: Adobe Illustrator Delete a Symbol
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: scripting-symbols.deletesymbol
      outputParameters:
      - type: object
        mapping: $.