VS Code Marketplace · Capability

VS Code Marketplace Gallery API — Publishers

VS Code Marketplace Gallery API — Publishers. 1 operations. Lead operation: Get Publisher. Self-contained Naftiko capability covering one Vs Code Marketplace business surface.

Run with Naftiko Vs Code MarketplacePublishers

What You Can Do

GET
Getpublisher — Get Publisher
/v1/publishers/{publishername}

MCP Tools

get-publisher

Get Publisher

read-only idempotent

Capability Spec

gallery-publishers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VS Code Marketplace Gallery API — Publishers
  description: 'VS Code Marketplace Gallery API — Publishers. 1 operations. Lead operation: Get Publisher. Self-contained
    Naftiko capability covering one Vs Code Marketplace business surface.'
  tags:
  - Vs Code Marketplace
  - Publishers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VS_CODE_MARKETPLACE_API_KEY: VS_CODE_MARKETPLACE_API_KEY
capability:
  consumes:
  - type: http
    namespace: gallery-publishers
    baseUri: https://marketplace.visualstudio.com/_apis/public/gallery
    description: VS Code Marketplace Gallery API — Publishers business capability. Self-contained, no shared references.
    resources:
    - name: publishers-publisherName
      path: /publishers/{publisherName}
      operations:
      - name: getpublisher
        method: GET
        description: Get Publisher
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: publisherName
          in: path
          type: string
          description: The publisher's unique name.
          required: true
        - name: api-version
          in: query
          type: string
  exposes:
  - type: rest
    namespace: gallery-publishers-rest
    port: 8080
    description: REST adapter for VS Code Marketplace Gallery API — Publishers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/publishers/{publishername}
      name: publishers-publishername
      description: REST surface for publishers-publisherName.
      operations:
      - method: GET
        name: getpublisher
        description: Get Publisher
        call: gallery-publishers.getpublisher
        with:
          publisherName: rest.publisherName
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gallery-publishers-mcp
    port: 9090
    transport: http
    description: MCP adapter for VS Code Marketplace Gallery API — Publishers. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-publisher
      description: Get Publisher
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gallery-publishers.getpublisher
      with:
        publisherName: tools.publisherName
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.