Skip to Content
API ReferenceMCP Tools Reference

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.


Project Tools

get_projects

List projects in the current organization.

ParameterTypeRequiredDescription
querystringNoSearch by name/description
limitnumberNoMax results (default: 20)
memberOnlybooleanNoOnly projects user is a member of

get_project_by_id

Get detailed project information including recent tasks.

ParameterTypeRequiredDescription
projectIdstringYesProject UUID

create_project

Create a new project.

ParameterTypeRequiredDescription
namestringYesProject name
descriptionstringNoProject description
emojistringNoProject 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