test_trpc_endpoint
Validate tRPC endpoints by testing specific methods like news.getUnreadNewsCount or user.updateLastAccess with custom parameters to ensure accurate responses and functionality.
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) |