entitlements_get
entitlements_get
Section titled “entitlements_get”Category: monetization
Fetch a single entitlement.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Your application/bot ID |
entitlement_id | string | yes | Entitlement to fetch |
Returns
Section titled “Returns”entitlement shape.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord entitlement ID |
sku_id | string | yes | Discord SKU ID |
application_id | string | yes | Discord application ID |
user_id | string | no | Discord user ID |
type | integer | yes | |
deleted | boolean | yes | |
starts_at | unknown | no | |
ends_at | unknown | no | |
guild_id | unknown | no | |
consumed | boolean | no |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |
Source
Section titled “Source”packages/mcp-core/src/tools/monetization/entitlements_get.ts