Compositions

Build complete projects in 2-4 calls.

3 compound tools compose multiple primitives into one call. Every response includes _next — pre-filled parameters for the natural next step. Follow the suggestions to build full projects without memorizing 75 tools.

Composition Examples

Each example shows how compound tools and _next chain together to build a complete project.

Landing page + waitlist

  1. 1sutrena_launch → site with pages + analytics
  2. 2_next suggests → sutrena_collect
  3. 3sutrena_collect → form + dashboard + Slack notification

Live site with waitlist form, submission dashboard, and Slack alerts.

pageformdashboardanalyticswebhook

Feedback wall

  1. 1sutrena_launch → page with entryTemplate
  2. 2sutrena_collect → form with autoEntryPageId
  3. 3Submissions auto-appear on the page as entries

Public feedback wall where new submissions show up in real time.

pageformentries

Status page with uptime checks

  1. 1sutrena_launch → status page
  2. 2_next suggests → sutrena_collect for incident reports
  3. 3_next suggests → automation with schedule trigger to check endpoints

Status page with automated health checks and incident form.

pageformanalytics

Blog with CMS

  1. 1sutrena_launch → blog page with entryTemplate for posts
  2. 2sutrena_manage_page_entries → add/update/delete posts
  3. 3_next suggests → analytics to track readership

Blog with structured posts, managed through the API. No CMS UI needed.

pageentriesanalytics

Event RSVP + dashboard

  1. 1sutrena_collect → RSVP form with dashboard:true
  2. 2_next suggests → automation for confirmation email
  3. 3Share dashboardUrl for real-time attendee count

RSVP form with live attendee dashboard and auto-confirmation emails.

formdashboard

Multi-site analytics command center

  1. 1Create analytics sites for each property
  2. 2_next suggests → dashboard with multi-source DSL
  3. 3Single dashboard shows traffic across all sites

Unified analytics dashboard comparing page views, visitors, and sources across sites.

analyticsdashboard
Compositions & Site Templates — Sutrena | Sutrena