get_framework_reference
Retrieve framework-specific API reference, patterns, and common mistakes as agent context. Automatically detects framework from project path or accepts explicit name.
Instructions
Get framework-specific AI reference documentation. Auto-detects framework from project or accepts explicit name. Returns full API reference, patterns, and common mistakes as agent context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path for auto-detection (e.g., "src/") | |
| framework | No | Framework reference name (e.g., "symbiote-3x"). If omitted, auto-detects from path. |