mytopfive.app
Top Five
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
search_public_lists
Search public Top Five lists by keyword and return each match with its creator, description and a link. Replays the same query the Discover screen runs, so the results are exactly the lists that screen would show for the same words. Matching is a case-insensitive substring over list title and description — not semantic — so "sushi" finds "Sushi in NYC" but not "Best Japanese food". Public lists only — the query filters on is_public and the call carries no session, so a private list is not reachable through this tool even for the person viewing the page. Results come back under "rows", newest first, each with the list's title, creator, description where it has one, and "url" — the path to that list's page on this site. An empty rows array means nothing matched.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Keywords to match against list titles and descriptions, e.g. "sushi". |
max_results |
integer | no | Cap on returned lists (default 10; the Discover screen itself uses 20). |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keywords to match against list titles and descriptions, e.g. \"sushi\"."
},
"max_results": {
"type": "integer",
"description": "Cap on returned lists (default 10; the Discover screen itself uses 20).",
"default": 10
}
},
"required": [
"query"
]
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.