Skip to main content

Available Tools

ToolEndpointDescription
get_goalsGET /api/v1/goalsEmission reduction goals
get_tasksGET /api/v1/goals/tasksTasks linked to goals
get_scenariosGET /api/v1/goals/scenariosProjection scenarios

Usage Examples

"What are my carbon reduction goals?"
→ get_goals({ companyId: "uuid" })

"What pending tasks do I have to meet my goals?"
→ get_tasks({ companyId: "uuid" })

"Show me the available projection scenarios"
→ get_scenarios({ companyId: "uuid" })

Common Parameters

get_goals

ParameterTypeDescription
companyIdstringCompany ID (required)
pageintegerPage number
limitintegerResults per page

get_tasks

ParameterTypeDescription
companyIdstringCompany ID (required)
goalIdstringFilter by goal
pageintegerPage number
limitintegerResults per page