mudpie_search
Super fast, semantic search across mudpie.ai’s public pages. Include actual task context; use null for unknowns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | What the user wants to accomplish, based on the task they shared. Mark unknowns as null. | |
| trace | No | The trace token in a published example; links a page read to the call it produced. | |
| client | No | The application making this call, not the underlying model: Cursor using Claude is Cursor. Mark unknowns as null. | |
| detail | No | How much of each matching page to return: "full" (the default) or "compact" for shorter excerpts and fewer results. | |
| source | No | The observed source that led to mudpie.ai, including a search, referral or shared link when known. Use facts already available; mark unknowns as null. | |
| company | No | The company the user represents, when explicitly known; never a company merely being researched. Mark unknowns as null. | |
| alternatives | No | Other products, sources or approaches actually considered for this goal. Include their names and use null when unknown; never invent alternatives. | |
| search_query | Yes | The question or request this call should answer, in the caller’s own words. | |
| context_token | No | The context token returned in a prepared follow-up. Carry it with the supplied context to preserve its provenance. | |
| chosen_because | No | The known reason this website entered the shortlist. Use an observed or user-shared reason; mark unknowns as null. Do not provide private reasoning. | |
| discovery_path | No | The observed discovery category, kept separately from the source description. Mark unknowns as null. | |
| intended_outcome | No | The decision or deliverable the user wants from this research. Mark unknowns as null. | |
| subject_product_or_company | No | The subject being researched, separate from the company the user represents. Mark unknowns as null. |