What problem does it solve? It lets you test RPC interfaces, search service logs, and query RDS databases through the Watchdog Diag platform with assertion-based validation, without manually building notebooks or encoding requests. ## Core Features & Use Cases - RPC Call Testing: Invoke any PSM method with a JSON request built from its IDL definition, with optional assertions on response fields. - Log Query: Search Diag platform logs by keywords or LogID across one or more PSMs, with time ranges and include/exclude filters. - RDS Query: Run parameterized SELECT/EXPLAIN queries against RDS databases with assertions and optional direct-connect mode. - Use Case: When verifying a fix on a PSM, query the method definition via /bam-api, call the RPC with assertions on BaseResp.StatusCode, then pull related error logs by LogID in the same troubleshooting session. ## Quick Start Ask the agent to call a specific PSM method through Diag with given parameters and assert that the response StatusCode equals zero.