# TabAI (verified)

Manage your daily to-do lists and organize complex projects with nested subtasks. Track the status of your activities and update task details to stay on top of your priorities. Streamline your produc…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add tabai/core

# Browse available tools
npx -y @smithery/cli@latest tool list tabai/core

# Get full schema for a tool
npx -y @smithery/cli@latest tool get tabai/core list_tasks

# Call a tool
npx -y @smithery/cli@latest tool call tabai/core list_tasks '{}'
```

## Direct MCP Connection

Endpoint: `https://core--tabai.run.tools`

## Tools (4)

- `list_tasks` — Get all tasks for the current user
- `create_task` — Create a new task
- `add_subtask` — Add a new subtask to an existing task
- `update_task` — Update a task status, title, or subtasks

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get tabai/core <tool-name>
```
