get_spring_reference
Retrieve a specific section of Spring reference documentation for projects like Spring Boot, AI, or Framework by specifying the project and section.
Instructions
Get specific section of Spring reference documentation (supports Spring Boot, Spring AI, Spring Framework, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Spring project to search ('boot' for Spring Boot, 'ai' for Spring AI, 'framework' for Spring Framework) | boot |
| section | Yes | Documentation section (e.g., 'web', 'data' for Boot; 'chatclient', 'rag' for AI; 'core', 'web' for Framework) | |
| subsection | No | Optional subsection for more precise navigation |