aggregate-intellect logo

MCP Tools Reference

Sherpa-B is currently in private beta and only available to bootcamp participants.

activity

activity/download-claude-instructions

Download Claude instructions file content. Returns the content of CLAUDE_INSTRUCTIONS.md that can be saved as CLAUDE.md locally.

activity/download-skills

Download skill definitions for all available workflows. Returns a list of skill files (path + content) to write into .claude/skills/ so workflows are accessible as /shb__<category>__<workflow> slash commands in Claude Code.

activity/get-bootcamp-info

Get comprehensive bootcamp information including schedule, dates, time commitments, and program structure.

activity/get-browser-link

Generate a short-lived authenticated link that opens the web dashboard in a browser without requiring a separate login. The link is valid for ~1 hour and is single-use.

activity/get-reflections

Get reflections from completed workflows. Requires authentication.

activity/get-step-prompt

Get the prompt text for a specific workflow step. Tracks step progress if authenticated.

activity/get-workflow

Get workflow structure (YAML definition). Tracks workflow access if authenticated.

activity/list-available

List all available workflows

activity/log

Create an activity log entry. Requires authentication. Use this to track custom events, interactions, or progress.

activity/submit-reflection

Submit a reflection for a completed workflow. Requires authentication. Called after completing a workflow.

activity/track-step

Explicitly track workflow step progress (started/completed). Requires authentication. Useful for YAML states without prompts.

participant

participant/get-profile

Get participant profile information optimized for LLM consumption. Requires authentication. Returns background, timezone, current sprint/week, and sprint goals.

participant/update-profile

Update participant profile. Requires authentication. Uses optimistic locking with version checking. Updates support dot-notation paths (e.g., "sprint_goals.sprint1").

task

task/get-details

Get full details for a specific task including description, procedure, tips, and other comprehensive information. Requires authentication.

task/get-recent-tasks

Get the most recently updated tasks. Requires authentication. Returns tasks ordered by last update time (default 5 tasks).

task/list-upcoming-tasks

List upcoming tasks with urgency indicators. Requires authentication. Returns tasks due within the specified number of days (default 5) with urgency levels (overdue, due_today, due_tomorrow, upcoming).

task/update-due-date

Update only the due date (and optional notes) for a task. Requires authentication and optimistic locking.

task/update-status

Update a single task status/notes/due date. Requires authentication. Uses optimistic locking with version checking and auto-logs to activity.

task/workflow-task-list

List tasks scoped to a specific workflow. Requires authentication. Filter by workflow, optional status, and pagination.

Aggregate Logo Icon