trpc_raw
Call any EasyPanel tRPC procedure directly to manage servers, projects, and services. Use for custom operations not covered by curated tools, such as inspecting WordPress plugins or listing Cloudflare tunnels.
Instructions
Call any EasyPanel tRPC procedure directly. 347 procedures across 43 namespaces. Use for anything not covered above. Examples: wordpress.getPlugins, box.createService, traefik.getDashboard, branding.getBasicSettings, cloudflareTunnel.listTunnels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| procedure | Yes | Full tRPC procedure name (e.g. 'wordpress.inspectService') | |
| isMutation | No | true for write operations, false for reads (default) |