Vagrant · Capability

Vagrant Cloud API — Search

Vagrant Cloud API — Search. 1 operations. Lead operation: Search boxes. Self-contained Naftiko capability covering one Vagrant business surface.

Run with Naftiko VagrantSearch

What You Can Do

GET
Searchboxes — Search boxes
/v1/search

MCP Tools

search-boxes

Search boxes

read-only idempotent

Capability Spec

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