← Tools Reference

Teamcamp

Teamcamp integration (Productivity). Imported from open-connector.

API key7 toolshttps://api.teamcamp.app/v1.0
GET
teamcamp_list_projects
List all projects in the Teamcamp workspace.

/project

GET
teamcamp_get_project
Get detailed information about one Teamcamp project.

/project/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredThe Teamcamp project ID.
GET
teamcamp_list_tasks
List tasks in a Teamcamp project, optionally filtered by completion status.

/task

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe Teamcamp project ID.
completebooleanoptionalFilter tasks by completion status.
GET
teamcamp_get_task
Get detailed information about one Teamcamp task.

/task/{taskId}

1 parameter
ParamTypeRequiredDescription
taskIdstringrequiredThe Teamcamp task ID.
POST
teamcamp_post_task_comment
Post a comment to a Teamcamp task.

/task/{taskId}/comments

2 parameters
ParamTypeRequiredDescription
taskIdstringrequiredThe Teamcamp task ID.
contentstringrequiredThe comment content to post to the task.
GET
teamcamp_list_company_users
List users in the Teamcamp workspace.

/company/users

GET
teamcamp_list_customers
List customers in the Teamcamp workspace.

/company/customers