Pica MCP Server
by picahq
Verified
execute_action
Prepare to execute a specific action (requires confirmation)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actionId | Yes | ID of the action to execute | |
connectionKey | Yes | Key of the connection to use | |
data | No | Request data (for POST, PUT, etc.) | |
headers | No | Additional headers | |
isFormData | No | Whether to send data as multipart/form-data | |
isFormUrlEncoded | No | Whether to send data as application/x-www-form-urlencoded | |
method | Yes | HTTP method (GET, POST, PUT, DELETE, etc.) | |
path | Yes | API path | |
pathVariables | No | Variables to replace in the path | |
queryParams | No | Query parameters |
Input Schema (JSON Schema)
You must be authenticated.