Get vendor SLA
get_vendorRetrieve a vendor's SLA details including uptime, credit policy, claim process, and per-service SLAs. Accepts a vendor name or slug and returns a cited summary or raw record.
Instructions
Get a vendor's SLA (uptime, credit policy, claim process, per-service SLAs). Accepts a slug or a vendor name (fuzzy). Returns a cited summary by default; pass format:'raw' for the full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | Vendor slug or name, e.g. 'aws' or 'Amazon Web Services'. | |
| format | No | summary (default) or raw JSON. |