Skip to main content
Glama

get_pica_platform_actions

Retrieve available actions for a specified platform via its API after identifying integrations. Input the kebab-case platform name to discover and execute platform-specific actions.

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

NameRequiredDescriptionDefault
platformYesThe 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.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "platform": { "description": "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.", "type": "string" } }, "required": [ "platform" ], "type": "object" }
Install Server

Other Tools from pica

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/picahq/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server