Teamwork
Teamwork is a work and project management tool that helps teams improve collaboration, visibility, and accountability.
Tools
| Name | Description |
|---|---|
create_projectCreate a new project (name, description, belongs to company, dates, etc.). | Create a new project (name, description, belongs to company, dates, etc.). |
create_task_listAdd a new task list under a project. | Add a new task list under a project. |
create_taskAdd a new task under a project with description, due date, assignee, tags, etc. | Add a new task under a project with description, due date, assignee, tags, etc. |
mark_task_completeSet a task’s status to complete. | Set a task’s status to complete. |
create_companyCreate a new company in Teamwork. | Create a new company in Teamwork. |
create_personCreate a new user/contact (name, email, invite options). | Create a new user/contact (name, email, invite options). |
update_taskModify a task’s fields (due date, assignee, content, priority, etc.). | Modify a task’s fields (due date, assignee, content, priority, etc.). |
create_task_commentLeave a comment in a task. | Leave a comment in a task. |
create_time_entry_on_taskLog time spent on a task with duration, description. | Log time spent on a task with duration, description. |
create_expenseLog new expense in a project with cost, description, date. | Log new expense in a project with cost, description, date. |
upload_file_to_projectUpload a file to a Teamwork project. | Upload a file to a Teamwork project. |
create_message_replyPost a reply in a message thread. | Post a reply in a message thread. |
create_milestoneAdd a milestone with due date, description, responsible user, etc. | Add a milestone with due date, description, responsible user, etc. |
add_people_to_projectAdd existing users to a project. | Add existing users to a project. |
find_taskSearch for tasks. | Search for tasks. |
find_companySearch for a company by name or domain. | Search for a company by name or domain. |
find_milestoneFind a milestone by name or due date in a project. | Find a milestone by name or due date in a project. |
find_notebook_or_commentLocate notebooks or note comments by search parameters. | Locate notebooks or note comments by search parameters. |
Triggers
| Name | Description |
|---|---|
new_taskFires when a task is created. | Fires when a task is created. |
new_personFires when a new person (user/contact) is added. | Fires when a new person (user/contact) is added. |
new_commentFires when a new comment is posted. | Fires when a new comment is posted. |
new_messageFires when a new message is posted (in project messages or discussions). | Fires when a new message is posted (in project messages or discussions). |
new_fileFires when a new file is added. | Fires when a new file is added. |
new_expenseFires when a new expense entry is added. | Fires when a new expense entry is added. |
new_invoiceFires when a new invoice is created. | Fires when a new invoice is created. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('teamwork', 'create_project', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'teamwork',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Teamwork to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Teamwork support?
Teamwork supports 18 tools including Create Project, Create Task List, Create Task, Mark Task Complete, Create Company, and more.
Can I use Teamwork with AI agents?
Yes. Add Teamwork to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Teamwork to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Teamwork as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Teamwork tools exposed by that workspace.
Does Teamwork work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Teamwork work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Teamwork?
Teamwork exposes 18 tools, including Create Project, Create Task List, Create Task, Mark Task Complete, Create Company, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Teamwork be used in stateful agent workflows?
Yes. Agents can combine Teamwork tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Teamwork use?
Teamwork uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Teamwork integration cost?
The Teamwork integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Teamwork support?
Teamwork supports 7 triggers including New Task, New Person, New Comment, New Message, New File, and more.
Connect Teamwork in minutes
Get 20,000 free action executions every month. No credit card required.