Get Vendor
get_vendorRetrieve vendor details by ID or name to identify vendor IDs for vulnerability queries in the Vulnerability Registry MCP Server.
Instructions
Get details about a specific vendor by their ID (e.g. 'V1') or by name (case-insensitive partial match, e.g. 'linux' will match 'Linux Kernel Organization'). Use this to find a vendor's ID before querying their vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor_id | No | Vendor ID, e.g. 'V1', 'V2' | |
| name | No | Full or partial vendor name, case-insensitive |