llm_web_search
Search the web with LLM-optimized queries to gather external information for architectural decision record analysis. Supports custom result limits and full content retrieval.
Instructions
LLM-managed web search using Firecrawl for cross-platform support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to execute | |
| maxResults | No | Maximum results to return | |
| includeContent | No | Include full content in results | |
| llmInstructions | No | LLM instructions for search optimization | |
| projectPath | No | Path to project directory | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |