Pica MCP Server

by picahq
Verified

get_action_knowledge

Get detailed information about a specific action

Input Schema

NameRequiredDescriptionDefault
actionIdYesID of the action

Input Schema (JSON Schema)

{ "properties": { "actionId": { "description": "ID of the action", "type": "string" } }, "required": [ "actionId" ], "type": "object" }