get_available_actions
Retrieve supported actions for a specific platform, enabling users to interact with tools like Gmail, Google Sheets, Slack, and databases using natural language commands via the MCP server.
Instructions
Get available actions for a specific platform
Input Schema
Name | Required | Description | Default |
---|---|---|---|
platform | Yes | Platform name |
Input Schema (JSON Schema)
{
"properties": {
"platform": {
"description": "Platform name",
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
}