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#

ParameterTypeRequiredDescription
topicstringNoHelp topic: tool name, agent, workflow, or keyword
actionstringNoAction: overview, usage, examples, search
querystringNoSearch query for finding help topics

Actions#

ActionDescription
overviewGet overview of a topic
usageGet usage instructions
examplesGet examples
searchSearch 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:

TopicDescription
bootspring_contextContext generation
bootspring_agentAgent invocation
bootspring_skillSkill patterns
bootspring_qualityQuality gates
bootspring_todoTask management
bootspring_analyzeCode analysis
bootspring_searchPattern search

Agents#

Get help on expert agents:

TopicDescription
frontend-expertReact, Next.js, UI
backend-expertAPIs, server-side
database-expertSQL, Prisma, schemas
security-expertAuth, security
testing-expertTests, coverage

Workflows#

Get help on workflows:

TopicDescription
feature-developmentBuilding features
bug-fixFixing issues
code-reviewPR reviews
deploymentRelease process

Concepts#

Get help on concepts:

TopicDescription
mcpModel Context Protocol
skillsCode patterns
contextAI context files
quality-gatesCode 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"

Help responses include related topics - explore them for deeper understanding.