# POST /report-dashboards/:dashboard_id/cards

**Resource:** [Reports](./reports.md)  
**MCP tool:** `add_report_card`  
**Scopes:** `opportunities:read`  
**Write operation:** yes

Add a card to a dashboard.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `dashboard_id` | path | string | yes |  |
| `type` | body | string | no |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/report-dashboards/:dashboard_id/cards"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"type":"..."}'
```

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