wrike_batch_update_tasks
ChatGPTUpdate 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_convert_numeric_id
ChatGPTDetermine the base type (taskId, folderId, contactId, etc) from a numeric ID or permalink URL (https://www.wrike.com/open.htm?id=<numericId>) or convert a numeric ID (123467890) to a string ID (MAAAAABlM4pq). All tools accept numeric IDs directly.
wrike_create_folder_project
ChatGPTCreate folder or project in Wrike. Before setting custom fields, call wrike_get_custom_fields to discover the correct field ID. Always include the Wrike permalink URL in your response for the created item.
wrike_create_task
ChatGPTCreate a Task or a Task CustomItemType inside an item. Before setting custom fields, call wrike_get_custom_fields to discover the correct field ID. When assigning users, resolve contacts first — if multiple match, ask the user. Never assign an ambiguous contact silently. Always include the Wrike permalink URL in your response for the created item.
wrike_get_approvals
ChatGPTGet approvals by filter. When no filter parameters passed returns all approvals shared with a user.
wrike_get_contacts
ChatGPTGet users by id or search/filter users based on name or properties.
wrike_get_custom_fields
ChatGPTGet custom field information by ids or search for custom fields by name substring match. Always call this tool before custom field filtering or setting custom field values through other tools.
wrike_get_folder_project
ChatGPTReturns complete information about single or multiple folders or projects by exact IDs.
wrike_get_my_contact_id
ChatGPTShortcut to return current user's contact ID
wrike_get_spaces
ChatGPTGet the available spaces from the whole account. If spaceId is specified, only the details about provided space will be returned. Most of Wrike data is organized in spaces, including tasks, projects, and folders. Do not show raw spaceIDs to the user, use space names instead. Wrike organizes work as Account > Spaces > Folders or Projects > Projects or Folders > Tasks > Tasks.
wrike_get_tasks
ChatGPTReturns complete information about single or multiple tasks by exact IDs. Never show raw IDs to the user; use task titles and permalinks. Permalinks: https://www.wrike.com/open.htm?id=<numericId>
wrike_get_workflows
ChatGPTRetrieve workflows with custom statuses. Only account-wide workflows are returned.
wrike_search_custom_types
ChatGPTSearch custom types with filters and response shaping. Custom Item Types can be searched across whole account or space. Tasks and Project might have custom item types assigned to them, use this tool to find such types.
wrike_search_folder_project
ChatGPTSearch folders or projects with title keyword, filters and/or response shaping. Folders & projects are one of the main ways to organize, manage, and report on work within Wrike. From the perspective of data model, projects are essentially folders with additional properties. Wrike organizes work as Account > Spaces > Folders or Projects > Projects or Folders > Tasks > Tasks. For searching, always scope to the most specific container known, by passing spaceID or folderID or the title parameter to avoid account-wide scans. Do not call this tool without any parameter. To search completely, combine this tool with wrike_search_tasks — some items are stored as tasks, not projects or folders. When searching, launch two different tool calls with project = true and project = false, as this ensures you are searching for both folders, for projects, and for project Custom Types. Before using customFieldFilters, call wrike_get_custom_fields to discover field IDs Never show raw IDs to the user, use item titles and permalinks. This method returns reduced payload. For full folder or project information, use the wrike_get_folder_project tool.
wrike_search_tasks
ChatGPTSearch tasks with title keyword, filters and/or response shaping. When searching, always scope to the most specific container known, by passing spaceID or folderID or the title parameter to avoid account-wide scans. Do not call this tool without any parameter. When searching for overdue tasks, include status: [Active]. Wrike organizes work as Account > Spaces > Folders or Projects > Projects or Folders > Tasks > Tasks. To search completely, combine this tool with wrike_search_folder_project — some items are stored as projects or folders, not tasks.
wrike_update_folder_project
ChatGPTUpdate project or folder. Supports renaming, moving (addParents/removeParents), custom fields, project settings, and custom item type conversion. Always include the Wrike permalink URL in your response for the modified item.
wrike_update_task
ChatGPTUpdate a Wrike task by exact ID. Before setting custom fields, call wrike_get_custom_fields to discover the correct field ID. When assigning users, resolve contacts first — if multiple match, ask the user. Never assign an ambiguous contact silently. Always include the Wrike permalink URL in your response for the modified item.
wrike_batch_update_tasks
Claudewrike_convert_numeric_id
Claudewrike_create_folder_project
Claudewrike_create_task
Claudewrike_get_approvals
Claudewrike_get_contacts
Claudewrike_get_custom_fields
Claudewrike_get_folder_project
Claudewrike_get_my_contact_id
Claudewrike_get_spaces
Claudewrike_get_tasks
Claudewrike_get_workflows
Claudewrike_search_custom_types
Claudewrike_search_folder_project
Claudewrike_search_tasks
Claudewrike_update_folder_project
Claudewrike_update_task
Claude