MCP tool reference

v1.1.1 preview. Five intent-grouped tools, each a thin wrapper over one endpoint.

v1.1.1 preview, not yet functional. The COHESION MCP server is scheduled to ship 2026-05-15. See the post-launch roadmap for target date.

What this is

The planned MCP tool surface. Five intent-grouped tools, each a thin wrapper over one scoring-API endpoint, so agents can call them without knowing the HTTP wire format.

Tools

ToolWraps
track_ai_interactionPOST /v1/score
analyze_operatorGET /v1/operator/:id/profile
analyze_organizationGET /v1/organization/dashboard
generate_compliance_reportGET /v1/compliance/report
recommend_maintenancePOST /v1/maintenance/recommend

Why five

One tool per intent, not per endpoint. Agents choose based on what they are trying to measure, not which HTTP path to hit.

Next step