list_design_prompts
motionsites.aiLists the complete MotionSites AI design prompt catalog from https://motionsites.ai, with category/type metadata, pricing tier, and preview URLs; supports fuzzy category and pricing filters.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_design_prompts?
Lists the complete MotionSites AI design prompt catalog from https://motionsites.ai, with category/type metadata, pricing tier, and preview URLs; supports fuzzy category and pricing filters. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass category, pricing_tier and get the result back without maintaining a scraper.
Response
{
"count": 0,
"source": "<string>",
"records": [
{}
],
"categories": [
"<string>"
],
"category_filter": "<string>",
"total_available": 0,
"pricing_tier_filter": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/e9e6a27b-5dee-4ae2-a234-66f952c63742/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "e9e6a27b-5dee-4ae2-a234-66f952c63742",
"variables": {
"category": "",
"pricing_tier": "all"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="e9e6a27b-5dee-4ae2-a234-66f952c63742") — the "list_design_prompts" function, which lists the complete MotionSites AI design prompt catalog from https://motionsites.ai, with category/type metadata, pricing tier, and preview URLs; supports fuzzy category and pricing filters.. It takes category (str), pricing_tier (str). Return the result as structured JSON.