Decarbonization Plan Tools
Query decarbonization plans — reduction targets, planned actions, baseline emissions, and organizational scope perimeters.list_decarb_plans
List decarbonization plans for the organization.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | No | Organization UUID (uses default if not set) |
project_id | string | No | Filter by linked project UUID |
get_decarb_plan
Get a decarbonization plan with its baseline emissions data.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
plan_id | string | Yes | UUID of the decarbonization plan |
organization_id | string | No | Organization UUID (uses default if not set) |
list_decarb_targets
List reduction targets defined in a decarbonization plan.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
plan_id | string | Yes | UUID of the decarbonization plan |
organization_id | string | No | Organization UUID (uses default if not set) |
list_decarb_actions
List planned decarbonization actions and their progress.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
plan_id | string | Yes | UUID of the decarbonization plan |
organization_id | string | No | Organization UUID (uses default if not set) |
get_decarb_perimeter
Get the organizational scope/perimeter snapshot for a decarbonization plan — which facilities and scopes are included.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
plan_id | string | Yes | UUID of the decarbonization plan |
organization_id | string | No | Organization UUID (uses default if not set) |
Workflow
- Call
list_decarb_plansto discover plans - Use
get_decarb_planto see baseline emissions - Use
list_decarb_targetsto review reduction targets - Use
list_decarb_actionsto check planned actions and progress - Use
get_decarb_perimeterto understand which facilities and scopes are in scope
Example Prompts
- “List our decarbonization plans”
- “What reduction targets do we have?”
- “Show the actions and progress on our main decarbonization plan”
- “Which facilities are included in our decarbonization scope?”

