test_trpc_endpoint
Test a specific tRPC endpoint to verify its response details. Provide the method name and optional parameters as JSON.
Instructions
Test specific tRPC endpoint with detailed response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | tRPC method to test (e.g., news.getUnreadNewsCount, user.updateLastAccess) | user.updateLastAccess |
| params | No | JSON string of parameters (optional) |