# POST /agent/v1/voice/scheduling/:event_type_id/slots

**Resource:** [Voice Agent Toolkit](./agent-toolkit-voice.md)  
**MCP tool:** `voice_check_availability`  
**Scopes:** `agent_toolkit:use`  
**Write operation:** no

Voice agent toolkit — check slot availability for a booking type.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `event_type_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/agent/v1/voice/scheduling/:event_type_id/slots"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`