Backend status
backend_statusCheck which backend serves requests, if calls cost money, and which optional features are active. Use when a tool appears unavailable to confirm limitations before reporting users.
Instructions
Which backend is serving requests, whether it costs money per call, and which optional features are available in this configuration. Call this when a tool reports something unavailable, before telling the user it cannot be done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| backend | Yes | ||
| needs_api_key | Yes | ||
| tracked_advertisers | Yes | ||
| costs_money_per_request | Yes | ||
| transcription_available | Yes | ||
| eu_transparency_available | Yes |