KosmoKrator

productivity

Teamwork MCP, CLI, and Lua Integration for AI Agents

Teamwork integration docs for AI agents: MCP gateway setup, Teamwork CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API token auth

Teamwork for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
teamwork
route_slug
teamwork
package
teamwork
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Teamwork MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Teamwork.

Teamwork CLI Matrix

Use these pages for direct Teamwork CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
teamwork.teamwork_create_task Write write 7 Create a new task in Teamwork.
teamwork.teamwork_get_current_user Read read 0 Get the currently authenticated Teamwork user.
teamwork.teamwork_get_project Read read 1 Get detailed information about a Teamwork project.
teamwork.teamwork_get_task Read read 1 Get detailed information about a Teamwork task.
teamwork.teamwork_list_projects Read read 3 List projects in Teamwork with optional filters.
teamwork.teamwork_list_tasks Read read 5 List tasks in Teamwork with optional filters.
teamwork.teamwork_list_timers Read read 2 List time timers for the authenticated user in Teamwork.