execute_action
Trigger specific API actions by specifying HTTP methods, paths, and parameters within the Pica MCP Server to interact with connected platforms like Gmail, Slack, and databases.
Instructions
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.
Other Tools from Pica MCP Server
Related Tools
- @picahq/mcp-server
- @picahq/mcp-server
- @picahq/mcp-server
- @api7/apisix-mcp
- @mattcoatsworth/zoom-mcp-server