Breeze
Breeze is a project management software that helps teams plan, track, and collaborate on projects efficiently.
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
Breeze authenticates with an API key. Generate the credential in your Breeze account, then paste it into FlyMyAI the first time an agent uses a Breeze action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Token | Your Breeze API token. Found in your Breeze profile settings. (required) |
Team ID | Your team ID (required if you belong to multiple teams). (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
BREEZE_ADD_PROJECT_PEOPLE | Tool to add people to a project. use when you have a valid project id and one or more email addresses to invite them. | project_id, invitees |
BREEZE_ARCHIVE_PROJECT | Tool to archive a specific project. use when you need to hide a completed or inactive project from active views after confirming its details. | project_id |
BREEZE_CREATE_CARD | Tool to create a new card in a project. use after confirming the project id. creates a task with details like name, due date, and assignees. | project_id, name |
BREEZE_CREATE_LIST | Tool to create a new list (stage) in a breeze project. use when you've selected a project and need to add a new stage. example: "create a new todo list for project 42." | project_id, name |
BREEZE_CREATE_PROJECT | Tool to create a new project in breeze. use when you have the project name and want to initialize it via the api. | name |
BREEZE_CREATE_WORKSPACE | Tool to create a new workspace. use after deciding on the workspace name. | name |
BREEZE_DELETE_CARD | Tool to delete a specific card (task) by its id. use when you need to remove a task permanently; deletions cannot be undone. | project_id, card_id |
BREEZE_DELETE_PROJECT | Tool to delete a specific project by id. use when you need to remove a project after confirming its id. | project_id |
BREEZE_DELETE_PROJECT_PERSON | Tool to delete a person from a project by user id. use after confirming the project and user details. example: "delete user 456 from project 123". | project_id, user_id |
BREEZE_DELETE_WORKSPACE | Tool to delete a specific workspace by id. use when permanently removing a workspace after confirming the correct workspace id. | workspace_id |
BREEZE_GET_CARD | Tool to retrieve detailed info for a specific card (task) in a project. use when you know the project id and card id and need all metadata like tags, users, todos, and time entries. | project_id, card_id |
BREEZE_GET_CARDS | Tool to get all cards (tasks) for a specific project. use after confirming the project exists. example: "list all cards in project 42." | project_id |
BREEZE_GET_PROJECT | Tool to get a specific project by id. use when you need detailed project information after confirming the project id. example: "get project 123 details". | project_id |
BREEZE_GET_PROJECTS | Tool to get all active projects. use when you need an overview of your team's current projects after confirming authentication. | - |
BREEZE_GET_PROJECT_PEOPLE | Tool to get all users in a project. use when you have a valid project id and need to list its users. | project_id |
BREEZE_GET_WORKSPACE | Tool to get a specific workspace by id. use when you need workspace details including projects after confirming the workspace id. | workspace_id |
BREEZE_GET_WORKSPACES | Tool to get all workspaces. use when you need to list available workspaces for the authenticated user. | - |
BREEZE_MOVE_CARD | Tool to move a card to a different stage or position. use after confirming stage id and prev id. | project_id, card_id, stage_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Breeze!