Skip to content

Diagnostic tools (ReAct)

  • git_recent_changes — Show recent commits with diffstat for a local git repository.
  • http_get — Make an HTTP GET request and return the status code and response body.
  • query_elasticsearch — Run a read-only _search query against an Elasticsearch/OpenSearch index.
  • query_loki — Run a LogQL range query against a Grafana Loki server over the last N minutes.
  • query_prometheus — Run an instant PromQL query against a Prometheus server.
  • run_db_explain — Show the PostgreSQL execution plan (EXPLAIN) for a SELECT query.
  • run_kubectl — Run a READ-ONLY kubectl command and return its output.
  • run_local_command — Execute a diagnostic shell command on the local machine and return its output.
  • run_ssh_command — Execute a shell command on a remote server via SSH and return stdout + stderr.