# Balladic

Work data synthesizer and project tracking platform seeking to close the gap between work and the people who care about it - giving every audience, from craftsman to business layer, a complete view w…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get balladic/balladic me

# Call a tool
npx -y @smithery/cli@latest tool call balladic/balladic me '{}'
```

## Direct MCP Connection

Endpoint: `https://balladic.run.tools`

## Tools (6)

- `me` — Get or update the authenticated user's identity.
- `ballad` — Manage ballads (projects), columns, members, augments, and teams.
- `task` — Manage tasks, comments, timer, approvals, dependencies, and containers.
- `chat` — Conversations and direct messages.
- `organization` — Manage organizations, members, and teams.
- `feed` — Notifications, invitations, and intelligence.

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