Weavz
Teamwork

Teamwork

Teamwork is a work and project management tool that helps teams improve collaboration, visibility, and accountability.

18 tools
7 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
create_project

Create a new project (name, description, belongs to company, dates, etc.).

create_task_list

Add a new task list under a project.

create_task

Add a new task under a project with description, due date, assignee, tags, etc.

mark_task_complete

Set a task’s status to complete.

create_company

Create a new company in Teamwork.

create_person

Create a new user/contact (name, email, invite options).

update_task

Modify a task’s fields (due date, assignee, content, priority, etc.).

create_task_comment

Leave a comment in a task.

create_time_entry_on_task

Log time spent on a task with duration, description.

create_expense

Log new expense in a project with cost, description, date.

upload_file_to_project

Upload a file to a Teamwork project.

create_message_reply

Post a reply in a message thread.

create_milestone

Add a milestone with due date, description, responsible user, etc.

add_people_to_project

Add existing users to a project.

find_task

Search for tasks.

find_company

Search for a company by name or domain.

find_milestone

Find a milestone by name or due date in a project.

find_notebook_or_comment

Locate notebooks or note comments by search parameters.

Triggers

Name
new_task

Fires when a task is created.

new_person

Fires when a new person (user/contact) is added.

new_comment

Fires when a new comment is posted.

new_message

Fires when a new message is posted (in project messages or discussions).

new_file

Fires when a new file is added.

new_expense

Fires when a new expense entry is added.

new_invoice

Fires when a new invoice is created.

Quick Start

TypeScript
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.