List NHTSA model years that have recall or complaint data. Use issue_type 'r' for recalls, 'c' for complaints to identify available years before querying.
Check US states' data coverage in the Gov Data registry, including Socrata portals, mapped dataset categories, and GIS services, before querying specific state data.
Find available field names, data types, and formats for any Treasury Fiscal Data API endpoint, helping you understand the data structure before querying.
Establish database connections for PostgreSQL, MySQL, or SQLite to enable querying, schema management, and migration operations within the Berth MCP server.
Execute large market data API calls and optionally store results as in-memory DataFrames for SQL querying. Automatically detects pagination via _next_page to retrieve complete datasets.