Organization Tools
Explore your organization — data summaries, corporate group hierarchy, and entity connections. These tools are the starting point for understanding what data is available before diving into specific categories.get_organization_metrics
Get a summary of what data exists — counts of facilities, vehicles, employees, purchases, and more.
Parameters:
Purchase and business travel counts reflect only active records.
list_purchases and list_business_travels totals will be higher because they include all statuses (active, error, deleted) by default. To match these counts, filter those tools with status=active.get_organization_tree
Get the parent-child hierarchy tree. Useful for corporate groups with subsidiaries.
Parameters:
Example response:
get_organization_canvas
Get a canvas view of all organizations in the group with their sectors, countries, and connections.
Parameters:
Example response:
Remote-Mode Tools
These tools are only available when connecting to the remote MCP server (https://mcp.dcycle.io), not in local mode.
list_my_organizations
List all organizations the authenticated user has access to. Use this to discover available organizations, then call set_default_organization to pick one.
set_default_organization
Set the default organization for the session. After calling this, all tools use this organization automatically without needing organization_id each time.
Example prompts:
Workflow
- Get overview —
get_organization_metricsto see what data exists and plan limits - Explore hierarchy —
get_organization_treefor parent-child structure (addinclude_facilities=truefor site details) - View connections —
get_organization_canvasfor the full group map with sectors and countries - Dive into data — Use specific tools:
list_facilities,list_vehicles,list_purchases, etc.
Related
Facilities
Sites and locations within the organization
Members
Users and roles in the organization
Emissions
GHG emissions data for the organization
API Reference
REST API endpoints for organizations
CLI
Manage organizations from the command line