bootspring_help
Get help and documentation for Bootspring features, tools, and workflows.
Overview#
The bootspring_help tool provides contextual help and documentation for all Bootspring features. Get information about tools, agents, skills, workflows, and best practices directly in your development environment.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
topic | string | No | Help topic: tool name, agent, workflow, or keyword |
action | string | No | Action: overview, usage, examples, search |
query | string | No | Search query for finding help topics |
Actions#
| Action | Description |
|---|---|
overview | Get overview of a topic |
usage | Get usage instructions |
examples | Get examples |
search | Search for help topics |
Usage Examples#
General Help#
Use the bootspring_help tool with:
- action: "overview"
Response:
Loading code block...
Tool Help#
Use the bootspring_help tool with:
- topic: "bootspring_quality"
- action: "usage"
Response:
Loading code block...
Agent Help#
Use the bootspring_help tool with:
- topic: "database-expert"
- action: "examples"
Response:
Loading code block...
Search Help#
Use the bootspring_help tool with:
- action: "search"
- query: "authentication"
Response:
Loading code block...
Help Topics#
Tools#
Get help on any Bootspring MCP tool:
| Topic | Description |
|---|---|
bootspring_context | Context generation |
bootspring_agent | Agent invocation |
bootspring_skill | Skill patterns |
bootspring_quality | Quality gates |
bootspring_todo | Task management |
bootspring_analyze | Code analysis |
bootspring_search | Pattern search |
Agents#
Get help on expert agents:
| Topic | Description |
|---|---|
frontend-expert | React, Next.js, UI |
backend-expert | APIs, server-side |
database-expert | SQL, Prisma, schemas |
security-expert | Auth, security |
testing-expert | Tests, coverage |
Workflows#
Get help on workflows:
| Topic | Description |
|---|---|
feature-development | Building features |
bug-fix | Fixing issues |
code-review | PR reviews |
deployment | Release process |
Concepts#
Get help on concepts:
| Topic | Description |
|---|---|
mcp | Model Context Protocol |
skills | Code patterns |
context | AI context files |
quality-gates | Code quality checks |
Response Format#
Overview Response#
Loading code block...
Search Response#
Loading code block...
Interactive Help#
For interactive help in your terminal:
Loading code block...
Getting More Help#
Documentation#
Community#
Support#
Best Practices#
Be Specific#
Ask for help on specific topics:
- "Help with bootspring_quality" vs "Help"
- "How to use the database-expert agent" vs "Help with agents"
Search First#
Use search to find relevant topics before asking:
Use bootspring_help with:
- action: "search"
- query: "your question keywords"
Follow Links#
Help responses include related topics - explore them for deeper understanding.
Related Tools#
- bootspring_capabilities - See all available features
- bootspring_feedback - Submit questions
- bootspring_status - Check system status