semantic_search
Search Veeam port requirements using natural language queries. Understands synonyms and related concepts to find matches even without exact keywords.
Instructions
Search port requirements using natural language (vector similarity).
Understands synonyms and related concepts — e.g. 'firewall rules for backup to NAS' matches NFS/SMB repository entries even if those exact words don't appear in the data.
Falls back to keyword search if vector embeddings are unavailable.
Args: query: Natural language search query (e.g. 'what ports does the proxy need for VMware', 'cloud connectivity', 'database ports') product_name: Optional product to filter results (e.g. 'VBR v13'). If omitted, searches across all products. limit: Max results to return (1-100, default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| product_name | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |