Skip to content

Tool Catalog

Dan Solheim edited this page Jul 20, 2026 · 1 revision

Tool Catalog

26 tools across 6 suites. Every endpoint returns PASS / FLAG / BLOCK + a SHA-256 certificate and is deterministic and offline unless it documents an opt-in networked mode. Full schemas: GET https://api.agent-toolbox.ai/openapi.json.

Core

  • Package ValidatorPOST /v1/validate/imports — checks imports against live registries (catches hallucinated packages).
  • Hallucination FirewallPOST /v1/verify — packages, URLs, citations, numeric contradictions; optional NLI grounding.
  • Context DistillerPOST /v1/distill — compress a conversation to a token budget.

Security

  • Secret ScannerPOST /v1/scan/secrets
  • Injection DetectorPOST /v1/scan/injection
  • Token CounterPOST /v1/tokens/count
  • Vulnerability ScannerPOST /v1/scan/vulnerabilities (OSV / CVE)
  • PII / PHI / PCI FirewallPOST /v1/scan/pii
  • Command Safety GatePOST /v1/scan/command
  • URL / SSRF GatePOST /v1/scan/url

Finance

  • Units Sanity CheckPOST /v1/finance/units
  • Cross-Source Price ValidatorPOST /v1/finance/price
  • Symbol / Token ResolverPOST /v1/finance/symbol
  • Rug Pull ScannerPOST /v1/finance/token/risk
  • Slippage / Liquidity GuardPOST /v1/finance/slippage
  • Full Order Risk ScorerPOST /v1/finance/order/risk
  • Position GuardianPOST /v1/finance/position/check

Compliance & Health

  • Sanctions ScreeningPOST /v1/compliance/sanctions (OFAC SDN + Consolidated)
  • Medication Safety GatePOST /v1/health/rx-check

Agent · Infra · Legal

  • Tool-Argument FirewallPOST /v1/agent/tool-args
  • IaC Risk GatePOST /v1/infra/plan/risk (Terraform / IAM / Kubernetes)
  • Citation ValidatorPOST /v1/legal/cite
  • Deadline CalculatorPOST /v1/legal/deadline

Data & Validation

  • Identifier ValidatorPOST /v1/validate/identifier
  • Schema ConformancePOST /v1/validate/schema
  • SQL Safety GatePOST /v1/scan/sql

See Integration to call these, and Anatomy of a Gate for how one works internally.

Clone this wiki locally