Skip to main content
Nozbe Teams logo

Nozbe Teams

Cloud-based task management tool helping individuals and teams get organized.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Nozbe Teams authenticates with an API key. Generate the credential in your Nozbe Teams account, then paste it into FlyMyAI the first time an agent uses a Nozbe Teams action.

Get your Nozbe Teams credential →

Fields to fill in FlyMyAI

FieldDetails
API TokenNavigate to Settings → Integrations → API tokens in your Nozbe Teams account and create a new token (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
NOZBE_TEAMS_CREATE_ATTACHMENTTool to add attachment metadata to a comment. Use when you need to create attachment metadata for a file associated with a comment. This creates the metadata record; actual file upload may be a separate step depending on the workflow.comment_id, name
NOZBE_TEAMS_CREATE_COMMENTTool to add a comment to a task in Nozbe Teams. Use when you need to add feedback, notes, or updates to a specific task.body, task_id
NOZBE_TEAMS_CREATE_PROJECT_SECTIONTool to create a new project section in Nozbe Teams. Use when you need to add a section to organize tasks within a project.project_id, name
NOZBE_TEAMS_CREATE_REMINDERTool to add a reminder to a task in Nozbe Teams. Use when you need to set up a notification for a specific task at a given time.task_id, remind_at, is_relative, is_all_day
NOZBE_TEAMS_CREATE_TAG_ASSIGNMENTTool to add a tag assignment to a task. Use when you need to tag or label a task for organization or categorization purposes.tag_id, task_id
NOZBE_TEAMS_CREATE_TASKTool to create a new task in Nozbe Teams. Use when you need to add a task to a project or personal task list. Only the task name is required; all other fields are optional.name
NOZBE_TEAMS_CREATE_TEAM_MEMBERTool to add a team member in Nozbe Teams. Use when you need to add an existing user to a team with a specific role and status. The user must already exist in the system before they can be added to a team.team_id, user_id, role, status
NOZBE_TEAMS_CREATE_USERTool to create a new placeholder user in Nozbe Teams. Use when you need to add a placeholder user to the system. Note: Only placeholder users can be created via API - attempting to create non-placeholder users will fail with a 400 error.name, color, is_placeholder
NOZBE_TEAMS_DELETE_COMMENTTool to permanently delete a comment by its ID. Use when you need to remove a comment from a task. Returns the deleted comment object with all its properties.id
NOZBE_TEAMS_DELETE_PROJECTTool to delete a project in Nozbe Teams by its ID. Use when you need to permanently remove a project from the workspace.id
NOZBE_TEAMS_DELETE_REMINDERTool to delete a reminder by its unique ID. Use when you need to remove a reminder from Nozbe Teams.id
NOZBE_TEAMS_DELETE_TAG_ASSIGNMENTTool to delete a tag assignment by its ID. Use when you need to remove a tag from a task or project.id
NOZBE_TEAMS_DELETE_TASKTool to delete a task in Nozbe Teams by its ID. Use when you need to permanently remove a task from the workspace.id
NOZBE_TEAMS_GET_ATTACHMENTTool to get attachment metadata by its ID. Use when you need to retrieve details about a specific file attached to a comment.comment_id, file_id
NOZBE_TEAMS_GET_COMMENTTool to retrieve a comment by its ID from Nozbe Teams. Use when you need to fetch details of a specific comment on a task.id
NOZBE_TEAMS_GET_PROJECTTool to retrieve a project by its ID from Nozbe Teams. Use when you need to fetch details about a specific project.id
NOZBE_TEAMS_GET_PROJECT_ACCESSTool to retrieve project access details by ID. Use when you need to check a team member's access permissions and manager status for a specific project.id
NOZBE_TEAMS_GET_PROJECT_SECTIONTool to retrieve a project section by ID from Nozbe Teams. Use when you need to fetch details of a specific section within a project, including its name, position, and timestamps.id
NOZBE_TEAMS_GET_REMINDERTool to get a reminder by ID from Nozbe Teams. Use when you need to retrieve details about a specific reminder.id
NOZBE_TEAMS_GET_TAGTool to get a tag by ID from Nozbe Teams. Use when you need to retrieve details about a specific tag.id
NOZBE_TEAMS_GET_TAG_ASSIGNMENTTool to retrieve a tag assignment by its ID. Use when you need to fetch details about a specific tag-task relationship in Nozbe Teams.id
NOZBE_TEAMS_GET_TASKTool to retrieve a task by its ID from Nozbe Teams. Use when you need to fetch details about a specific task.id
NOZBE_TEAMS_GET_TASK_EVENTTool to get a task event by ID. Use when you need to retrieve details about a specific task event.id
NOZBE_TEAMS_GET_TEAMTool to retrieve a team by its ID from Nozbe Teams. Use when you need to fetch details about a specific team.id
NOZBE_TEAMS_GET_TEAM_MEMBERTool to retrieve a team member by ID from Nozbe Teams. Use when you need to fetch details about a specific team member.id
NOZBE_TEAMS_GET_USERTool to retrieve a user by their ID from Nozbe Teams. Use when you need to fetch details about a specific user.id
NOZBE_TEAMS_LIST_ATTACHMENTSTool to get all attachments related to a specific comment in Nozbe Teams. Use when you need to retrieve attachment metadata (ID, name, size, MIME type, etc.) for a comment. Returns an array of attachment objects with their properties.comment_id
NOZBE_TEAMS_LIST_COMMENTSTool to get accessible comments with optional filtering by task_id and pagination support. Use when you need to retrieve comments, optionally filtered by task, with control over pagination and field selection.-
NOZBE_TEAMS_LIST_GROUP_ASSIGNMENTSTool to get accessible group assignments from Nozbe Teams. Use when you need to retrieve assignments between groups and projects/members, with optional filtering by group_id, object_id, or group_type.-
NOZBE_TEAMS_LIST_PROJECTSTool to retrieve accessible projects with optional filtering. Use when you need to list projects, optionally filtered by team_id or is_open status.-
NOZBE_TEAMS_LIST_PROJECT_ACCESSESTool to get accessible project accesses in Nozbe Teams. Use when you need to retrieve project access records, optionally filtered by sorting or field selection. Returns a list of project access objects showing which team members have access to which projects…-
NOZBE_TEAMS_LIST_PROJECT_GROUPSTool to get accessible project groups from Nozbe Teams. Use when you need to list or search for project groups with optional filtering by name, team, or other criteria.-
NOZBE_TEAMS_LIST_PROJECT_SECTIONSTool to retrieve accessible project sections with optional filtering. Use when you need to list sections within projects, optionally filtered by project_id.-
NOZBE_TEAMS_LIST_REMINDERSTool to get accessible reminders from Nozbe Teams. Use when you need to retrieve reminders, optionally filtered by task ID, all-day status, or other parameters.-
NOZBE_TEAMS_LIST_TAGSTool to get accessible tags from Nozbe Teams. Use when you need to retrieve tags, optionally filtered by name, favorite status, or task association.-
NOZBE_TEAMS_LIST_TAG_ASSIGNMENTSTool to get accessible tag assignments with optional filtering by tag_id or task_id. Use when you need to retrieve associations between tags and tasks, optionally filtered by specific tag or task identifiers.-
NOZBE_TEAMS_LIST_TASKSTool to retrieve accessible tasks from Nozbe Teams. Use when you need to query tasks with optional filters like project_id or review_reason. Supports pagination and sorting of results.-
NOZBE_TEAMS_LIST_TASK_EVENTSTool to get accessible task events from Nozbe Teams. Use when you need to retrieve task activity history or audit trail. Filter by task_id to get events for a specific task.-
NOZBE_TEAMS_LIST_USERSTool to retrieve accessible users from Nozbe Teams. Use when you need to query users with optional filters like name. Supports pagination and sorting of results.-
NOZBE_TEAMS_POLL_NEW_TASKSTool to poll for new tasks created since the last call. Use when you need to retrieve recently created tasks in Nozbe Teams. Optionally filter by project or responsible user, and specify which fields to return.-
NOZBE_TEAMS_POLL_UPDATED_TASKSTool to poll for tasks that have been updated since the last call. Use when you need to retrieve recently modified tasks from Nozbe Teams.-
NOZBE_TEAMS_UPDATE_COMMENTTool to update an existing comment in Nozbe Teams. Use when you need to modify a comment's text, pin status, deletion status, or extra metadata.id
NOZBE_TEAMS_UPDATE_PROJECTTool to update a project in Nozbe Teams. Use when you need to modify project properties such as name, status, color, or description. All fields except the project ID are optional - only provide fields you want to update.id
NOZBE_TEAMS_UPDATE_PROJECT_ACCESSTool to update project access permissions in Nozbe Teams. Use when modifying member privileges for a specific project.id
NOZBE_TEAMS_UPDATE_TASKTool to update a task in Nozbe Teams. Use when you need to modify task properties such as name, project, responsible user, due date, or other attributes. All fields except the task ID are optional - only provide fields you want to update.id
NOZBE_TEAMS_UPDATE_TEAMTool to update a team in Nozbe Teams. Use when you need to modify team properties such as name, color, or sidebar position. All fields except the team ID are optional - only provide fields you want to update.id
NOZBE_TEAMS_UPDATE_TEAM_MEMBERTool to update a team member in Nozbe Teams. Use when you need to modify team member properties such as role, status, alias, or description. All fields except the team member ID are optional - only provide fields you want to update.id
NOZBE_TEAMS_UPDATE_USERTool to update a user in Nozbe Teams. Use when you need to modify user properties such as name, avatar color, placeholder status, or contact information. All fields except the user ID are optional - only provide fields you want to update.id
We love our partners - FlyMy.AI builds with the best. Thanks, Nozbe Teams!