mureo_consult_advisor
Search external knowledge bases for relevant snippets by submitting a diagnostic question, enriched with campaign context, when internal history is insufficient.
Instructions
Consult external advisor MCP servers (vector search) for fragments relevant to a specific question. mureo enriches the question with the local campaign state (metrics, recent action log, STRATEGY.md) before forwarding it to every server configured in ~/.mureo/insight_sources.json. Each server returns top-k snippets with similarity scores; the agent reasons over them. Use this when /learn history is thin or when you need a second opinion from a shared knowledge base (consulting cos, industry benchmarks, OSS communities, internal wikis).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The specific diagnostic question to search for. Concrete > generic — 'why is CPA up 30% on Brand-Search?' beats 'tips for Google Ads'. | |
| campaign_id | No | Optional campaign id. When supplied, mureo attaches the campaign's name / status / budget and the last few action-log entries to the query so the advisor's vector search has richer context to match against. |