Pica MCP Server

by picahq
Verified

get_available_actions

Get available actions for a specific platform

Input Schema

NameRequiredDescriptionDefault
platformYesPlatform name

Input Schema (JSON Schema)

{ "properties": { "platform": { "description": "Platform name", "type": "string" } }, "required": [ "platform" ], "type": "object" }