Project Tools
Query ESG and sustainability projects — action plans, task tracking, and recent activity feeds.list_projects
List projects for the organization with optional framework filter.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | No | Organization UUID (uses default if not set) |
framework | string | No | Filter by framework (e.g. GHG, ISO14001) |
get_project
Get a single project by ID with full details.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
project_id | string | Yes | UUID of the project |
organization_id | string | No | Organization UUID (uses default if not set) |
list_project_tasks
List tasks and subtasks within a project.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
project_id | string | Yes | UUID of the project |
organization_id | string | No | Organization UUID (uses default if not set) |
get_recent_activities
Get the recent activity feed for a project — updates, changes, and events.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
project_id | string | Yes | UUID of the project |
organization_id | string | No | Organization UUID (uses default if not set) |
limit | integer | No | Number of activities to return (default: 10) |
Workflow
- Call
list_projectsto discover available projects - Use
get_projectfor full details on a specific project - Use
list_project_tasksto see the task breakdown - Use
get_recent_activitiesto track recent changes
Example Prompts
- “List all our active sustainability projects”
- “What tasks are pending in our GHG project?”
- “Show recent activity on the ISO 14001 project”

