MCP Tools Reference
Tulsk exposes 21+ tools via the Model Context Protocol. These tools are available to EMA, external AI clients (Claude Desktop, Cursor), and any MCP-compatible application.
Projects
Project Tools
get_projects
List projects in the current organization.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | Search by name/description |
limit | number | No | Max results (default: 20) |
memberOnly | boolean | No | Only projects user is a member of |
get_project_by_id
Get detailed project information including recent tasks.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Project UUID |
create_project
Create a new project.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Project name |
description | string | No | Project description |
emoji | string | No | Project emoji |
All Tool UUIDs are standard V4 UUIDs. You can find them in the URL of the corresponding entity in the Tulsk UI.
Last updated on