Release: August 11th, 2026 - MCP Server v0.74.0

Release Date: August 13, 2026 

Version: v0.74.0

We're promoting the NextGen MCP tools, validated over the past month, to production. This release replaces 11 legacy (v1) tools with their NextGen equivalents. If your integration or agent calls any tool listed under "Removed," please update it before August 13th, or those tools will stop working.

Write Access to Goals

Until now, every MCP tool we've shipped has been read-only. This release changes that: agents can now create and update goals, and post comments on them, directly through the MCP server.

  • goals_create_goal — Create a goal, key result, or milestone. (There's no separate KR/milestone type — a KR or milestone is simply a goal with parent_ids pointing at its parent.)
  • goals_update_goal — Update a goal's progress, dates, owners, or alignment (e.g., mark complete, extend a deadline, reassign an owner).
  • goals_create_comment — Post a comment or progress update on a goal.

These create or modify real, persistent records that other people in your org may see. Each tool is designed to surface the exact values it's about to submit and get explicit confirmation before calling. If you're building an integration with these tools, please preserve this confirmation step.

New MCP tools

  • core_who_am_i — Get the requester's own identity and org context
  • core_search_users — Fuzzy search for users by name, email, or employee ID
  • core_search_teams — Fuzzy search for teams by name
  • core_search_departments — Fuzzy search for departments by name
  • core_get_organization_settings — Company-level configuration and enabled modules
  • core_get_user_hierarchy — Manager chain and full downline for a user
  • core_list_team_members — Paginated member list for a given team
  • core_resolve_identities — Batch-resolve UUIDs into user, team, or department records
  • goals_list_goals — Filterable goal search (supersedes list_goals_by_filter / list_goals_by_name)
  • goals_list_comments — List comments on one or more goals
  • goals_list_categories — List goal categories for use with create/update
  • goals_get_settings — Org-level goal configuration (visibility, scope, type, category)
  • feedback_list_feedback — Retrieve feedback (to-do, requested, received, or given)
  • recognition_list_recognitions — Retrieve recognition/kudos data org-wide
  • conversations_list_conversations — List 1:1 and check-in conversation records
  • talent_list_profile_skills — List a user's profile skills

New Prompt

  • user_organization_context — Combines a user's identity with their org's configuration into one orientation briefing

Removed Tools (End of Life)

The following tools are removed in this release. Please update your workflows to use the replacements below:

  • get_goal → Use goals_list_goals instead
  • list_goal_comments → Use goals_list_comments instead
  • list_goal_categories_by_name → Use goals_list_categories instead
  • list_goals_by_filter → Use goals_list_goals instead
  • list_goals_by_name → Use goals_list_goals instead
  • list_recognitions → Use recognition_list_recognitions instead
  • list_teams → Use core_search_teams instead
  • get_team → Use core_list_team_members instead
  • list_users_by_filter → Use core_search_users instead
  • list_goal_assessments → No replacement in this release; a successor tool is planned post-beta based on customer demand
  • list_hashtags → No replacement in this release; a successor tool is planned post-beta based on customer demand