Breeze

Breeze is a project management software that helps teams plan, track, and collaborate on projects efficiently.

18 actions Integration catalog
Request access
Connect Breeze once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Project PeopleBREEZE_ADD_PROJECT_PEOPLE
Add people to a Breeze project by inviting them via email. This action invites one or more users to a project by their email addresses. The response returns the complete list of all users currently in the project (including the newly added ones). Use this when you need to give users access to a specific project.
Archive ProjectBREEZE_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.
Create CardBREEZE_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.
CREATE_LISTBREEZE_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."
Create ProjectBREEZE_CREATE_PROJECT
Creates a new project in Breeze project management system. Use this action to initialize a new project with a given name. The newly created project will: - Be automatically assigned to the authenticated user as owner - Have default budget values set to 0 - Not be assigned to any workspace initially (can be configured later) - Not be archived by default Returns comprehensive project details including ID, timestamps, budget information, and user assignments.
Create WorkspaceBREEZE_CREATE_WORKSPACE
Tool to create a new workspace. Use after deciding on the workspace name.
Delete CardBREEZE_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.
Delete ProjectBREEZE_DELETE_PROJECT
Tool to delete a specific project by ID. Use when you need to remove a project after confirming its ID.
Delete Person from ProjectBREEZE_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".
Delete WorkspaceBREEZE_DELETE_WORKSPACE
Tool to delete a specific workspace by ID. Use when permanently removing a workspace after confirming the correct workspace ID.
Get CardBREEZE_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.
GET_CARDSBREEZE_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."
Get ProjectBREEZE_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".
Get Project PeopleBREEZE_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.
Get ProjectsBREEZE_GET_PROJECTS
Retrieves a list of all active (non-archived) projects in Breeze. Returns comprehensive project details including budget, time tracking, assigned users, tags, and metadata. Use this action to: - Get an overview of all current projects - Find specific projects by browsing the list - Access project IDs for use with other project-related actions - Check project budgets, hours tracked, and team assignments Note: Only returns active projects. Use GET_ARCHIVED_PROJECTS to retrieve archived projects.
Get WorkspaceBREEZE_GET_WORKSPACE
Tool to get a specific workspace by ID. Use when you need workspace details including projects after confirming the workspace ID.
Get WorkspacesBREEZE_GET_WORKSPACES
Tool to get all workspaces. Use when you need to list available workspaces for the authenticated user.
Move CardBREEZE_MOVE_CARD
Tool to move a card to a different stage or position. Use after confirming stage_id and prev_id.