Raw Appsmith API call
appsmith_api_requestCalls any Appsmith REST endpoint directly to cover operations not handled by typed tools. Use GET freely; other HTTP methods require enabling APPSMITH_MCP_ALLOW_DESTRUCTIVE to execute.
Instructions
Calls any Appsmith REST endpoint directly, for things the typed tools do not cover. GET is always allowed; other methods require APPSMITH_MCP_ALLOW_DESTRUCTIVE=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | API path, e.g. "/api/v1/applications/home". | |
| query | No | Query string parameters. | |
| method | Yes | HTTP method. |