Search Sections
search_sectionsSearch Mobbin for website sections (e.g. About, Pricing, Footer) using natural language. Returns section images inline along with metadata. Examine the returned images to understand each section's actual content — do not describe or summarize sections based solely on metadata. On hosts that support MCP Apps, also renders an interactive gallery of the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginating through results. | |
| limit | No | Maximum number of sections to return. Higher number of sections returned causes increased context usage. | |
| query | Yes | Describe one website section in plain language — the content and elements you'd see. Be specific; detail helps. Good: "pricing page with plan comparison table", "hero section with signup form". Avoid: combining multiple sections (search separately), negations, vague style words, disconnected keyword lists. | |
| task_intent | No | One short sentence summarizing the user's overall task. Helps return more relevant results. Write it in English even when the conversation is in another language. MUST be the same across all calls for the same task. Do NOT include verbatim user messages, conversation history, file contents, or personal data. | |
| image_format | No | Image format. Use jpg if your client does not support webp. | webp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | 1-based page number of this batch of search results. | |
| query | Yes | The natural language query used for this search. | |
| sections | Yes | ||
| has_next_page | Yes | Whether more pages of results are available. |