Skip to main content

Waste Tools

Query waste records for facilities — including waste types, quantities, treatment methods, and associated emissions.

list_wastes

List waste records for a specific facility. Parameters:
ParameterTypeRequiredDescription
facility_idstringYesUUID of the facility
organization_idstringNoOrganization UUID (uses default if not set)
statusstringNoStatus filter: active, deleted
start_datestringNoStart date (YYYY-MM-DD)
end_datestringNoEnd date (YYYY-MM-DD)
pageintegerNoPage number (default: 1)
sizeintegerNoResults per page (default: 50)
facility_id is required — call list_facilities first to get valid IDs.
Example prompts:
  • “Show waste records for our Madrid factory”
  • “What waste did facility abc-123 generate in 2024?”

Workflow

  1. Call list_facilities to find the facility
  2. Call list_wastes with the facility_id to see waste records