Get Platform Actions
get_pica_platform_actionsRetrieve all available API actions for a specific platform using the kebab-case platform name. Use this tool after listing integrations to identify actionable tasks supported by the platform's API.
Instructions
Get all available actions for a specific platform. Call this after list_pica_integrations to discover what actions are possible on a platform. Use the exact kebab-case platform name from the integrations list. This shows you what actions are available for that platform's API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | The platform name to get available actions for (e.g., 'ship-station', 'shopify'). This is the kebab-case version of the platform name that comes from the list_pica_integrations tool AVAILABLE PLATFORMS section. |