Available tools on Wrike MCP

The Wrike MCP server exposes the following tools that AI assistants can use to interact with your Wrike workspace:

  • wrike_get_tasks: Returns complete information about single or multiple tasks by exact IDs.
  • wrike_search_tasks: Search tasks with filters and response shaping. Tasks can be searched across whole account, folder, project or space.
  • wrike_create_task: Create a Wrike task in folder.
  • wrike_update_task: Update a Wrike task by exact ID.
  • wrike_batch_update_tasks: Update multiple Wrike tasks at once. Supports updating custom fields, converting to custom item types, managing folder assignments, task responsibilities, and super/sub task relationships. Maximum 100 tasks per request.
  • wrike_get_task_comments: Get task comments by exact task ID.
  • wrike_get_folder_project: Returns complete information about single or multiple folders or projects by exact IDs.
  • wrike_search_folder_project: Search folders and projects with filtering and response shaping. Can be used to fetch the list of folders and projects in the account, folder, project or space.
  • wrike_create_folder_project: Create folder or project.
  • wrike_update_folder_project: Update project or folder.
  • wrike_get_spaces: Retrieve the available spaces. If spaceId is specified, only the details about provided space will be returned.
  • wrike_get_contacts: Retrieve contacts from Wrike.
  • wrike_get_my_contact_id: Shortcut to return current user's contact ID.
  • wrike_get_approvals: Get approvals by filter. When no filter parameters passed returns all approvals shared with a user.
  • wrike_get_custom_fields: Returns complete information about custom fields.
  • wrike_search_custom_types: Search custom types with filters and response shaping. Custom Item Types can be searched across whole account or space.
  • wrike_get_workflows: Retrieve workflows with custom statuses. Only account-wide workflows are returned.
  • wrike_convert_numeric_id: Convert a numeric ID to a Wrike ID. Use this tool to convert numeric IDs to Wrike IDs or extract IDs from permalinks.