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.

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.

Agent Surfaces

Machine-Readable Metadata

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.