Skip to main content

CLI

The planned CLI is a thin wrapper around the public read surfaces and future agent-specific endpoints.

Goals

  • give developers a fast local way to inspect the dataset
  • mirror the same concepts exposed in the MCP layer
  • avoid creating a second schema dialect
  • eb catalog
  • eb summary
  • eb search projects
  • eb search programs
  • eb search organizations
  • eb context

Examples

Design rules

  • output should be concise by default
  • pagination should be explicit
  • large scans should require a deliberate opt-in
  • CLI help text should match Mintlify wording and MCP tool descriptions