Get Action Knowledge
get_pica_action_knowledgeRetrieve comprehensive documentation for an action including parameters, requirements, and usage examples. Must be called before executing the action to understand its requirements and ensure correct usage.
Instructions
Get comprehensive documentation for a specific action including parameters, requirements, and usage examples. MANDATORY: You MUST call this tool before execute_pica_action to understand the action's requirements, parameter structure, caveats, and proper usage. This loads the action documentation into context and is required for successful execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | The action ID to get knowledge for (from the actions list returned by get_pica_platform_actions). REQUIRED: This tool must be called before create_pica_request to load the action's documentation into context. | |
| platform | Yes | The platform name to get knowledge 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. |