list_exchanges¶
List all exchanges for a specific activity.
Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
activity_id |
string | Yes | Activity UUID |
Returns¶
Complete exchange structure including: - Exchange ID, name, amount, unit - Exchange type and input type - Linked activity/biosphere information - Balance check summary
Exchange Structure¶
Every activity requires: - Exactly one reference product (output) - Input exchanges (materials, energy) - Optional biosphere flows (emissions)
Example¶
Prompt: Show all exchanges for activity xyz789
Related Tools¶
- create_custom_exchange - Add custom exchange
- create_database_exchange - Add Ecoinvent exchange
- delete_exchange - Remove exchange