{
  "name": "vocab-voyage-nlweb-ask",
  "version": "1.0.0",
  "description": "NLWeb-conformant /ask endpoint for Vocab Voyage. POST { query, prefer:{ streaming: true } } or GET ?query=...",
  "transport": [
    "application/json",
    "text/event-stream"
  ],
  "example": {
    "method": "POST",
    "body": {
      "query": "What MCP tools do you have?",
      "prefer": {
        "streaming": false
      }
    }
  },
  "_meta": {
    "response_type": "vocab-voyage.nlweb.descriptor",
    "version": "1.0.0"
  }
}