pressable_get_account_addons
Retrieve a list of add-ons attached to your WordPress hosting account to manage and monitor available features.
Instructions
Get a list of add-ons attached to your account.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- tools/account.js:43-49 (handler)The handler for pressable_get_account_addons, which makes an API request to /account/add-ons.
name: 'pressable_get_account_addons', description: 'Get a list of add-ons attached to your account.', inputSchema: { type: 'object', properties: {} }, handler: async () => { return await api.get('/account/add-ons'); } }