CREATE SOMETHING
Concierge Chat

Hosted reviewer operations with live MCP tool parity.

Settings

Hosted reviewer runtime

This surface explains the runtime contract behind the reviewer chat product. Identity, entitlements, and approvals stay outside the browser while the UI stays grounded in the live lane.

gpt-5.4-mini22 live tools38 shared sessions
Identity boundary

Browser stays thin

The hosted shell never owns lane secrets. It receives a scoped runtime surface and uses the server lane for identity-aware MCP access.

Read behavior

Inline and grounded

Read tools execute immediately, stream progress back into chat, and keep the transcript grounded in the real lane catalog.

Write behavior

Approval before mutation

Every mutation is surfaced as an approval step first so the operator can validate intent before the lane touches Airtable-backed state.

Parallel work

Shared and collision-safe

Threads persist through the server store, each turn is serialized per thread, and write targets are claimed so multiple lane sessions can move at once.

Runtime surface

Connection contract

22 tools ready
MCP endpoint wf-template-review-natalia.mcp.createsomething.agency

https://wf-template-review-natalia.mcp.createsomething.agency/mcp

Lane reads 12 inline tools

Read tools stream directly into chat and stay grounded in live lane results.

Protected writes 10 approval-gated tools

Protected writes pause for explicit approval before execution.

Coordination Turn lock plus claims

Each thread runs one turn at a time and write targets are claimed so parallel lane sessions stay safe.

Read catalog

12 tools

Grouped by the jobs they support so the lane feels understandable at a glance.

inline
Queue and discovery

Find queue slices, assignments, and searchable submission lists.

4 tools Asset Search · My Queue · Review Queue
Asset Search template_review_search_assets

Search template assets by name so reviewers can find a specific submission without reading a broad queue slice.

My Queue template_review_my_queue

List compact active template review queue summaries currently assigned to the authenticated reviewer.

Review Queue template_review_list_queue

List compact template review queue summaries using confirmed template Airtable fields.

Version Search template_review_search_versions

Search template Asset Versions by asset name so reviewers can locate review cycles for a specific submission directly.

Version context

Load the exact asset, version, context, and history needed for judgment.

3 tools Asset Details · Review Context · Version History
Asset Details template_review_get_asset

Get one template review payload by asset_id, including version history.

Review Context template_review_get_review_context

Get the normalized review context for one template version, including reviewer-facing fields and capability flags.

Version History template_review_list_versions

List all versions for a template asset.

Operations and oversight

Inspect metrics, release posture, health, and field-map detail.

1 tools Lane Health
Lane Health template_review_health

Runtime health check for Webflow Template Review MCP and Airtable connectivity.

Advanced operations

Less common runtime capabilities that are still available to this lane.

4 tools Format Agent Review Feedback · Get Checklists · Get Comprehensive Review Contract
Format Agent Review Feedback template_review_format_agent_review_feedback

Read-only: validate lane-shaped comprehensive review evidence and format a schema-checked Agent Review Feedback draft. Does not write to Airtable.

Get Checklists template_review_get_checklists

Read-only: return the 📝Review Checklist and 🚀Publishing Checklist for a version as structured items with 1-based indexes, section headings, checked…

Get Comprehensive Review Contract template_review_get_comprehensive_review_contract

Read-only: return the comprehensive template-review evidence contract, including coverage matrix, rubric dimensions, manual checks, and Agent Review…

Workflow template_review_workflow

Reviewer onboarding guide — call this FIRST to learn the complete review workflow, tool sequence, analyzer interpretation, and decision criteria. No…

Write catalog

10 tools

Organized around the write classes this lane actually needs: assignment, decisions, and publishing.

approval gated
Assignment and drafting

Claim work, save draft feedback, and keep ownership aligned.

4 tools Assign Reviewer · Clear Reviewer · Save Draft Feedback
Assign Reviewer template_review_assign_self

Reviewer-safe write: assign the current reviewer to a template Asset Version using runtime reviewer identity mapped from the hub account.

Clear Reviewer template_review_unassign_self

Reviewer-safe write: clear the 📝Reviewer field only when the selected template Asset Version is currently assigned to the authenticated reviewer.

Save Draft Feedback template_review_save_draft_feedback

Reviewer-safe write: save draft reviewer feedback for a template version without changing the official decision state.

Set Review Status template_review_set_review_status

Reviewer-safe write: set a reviewer-controlled template review status after ownership has been established through self-assignment.

Decision writes

Request changes, approve, reject, or apply structured review-state changes.

1 tools Request Changes
Request Changes template_review_request_changes

Reviewer-safe write: set a template version to changes-requested and attach reviewer feedback using the authenticated reviewer identity.

Advanced operations

Less common runtime capabilities that are still available to this lane.

5 tools Prepare Published Site Sandbox · Run Published Site Sandbox · Run Published Site Validation
Prepare Published Site Sandbox template_review_prepare_published_site_sandbox

Read-only: prepare a bounded published-site sandbox job and self-contained E2B Python runner for comprehensive review evidence. Does not execute E2B…

Run Published Site Sandbox template_review_run_published_site_sandbox

Read-only: execute the fixed, bounded E2B published-site evidence runner. Accepts no caller code or credentials, blocks private networks, always atte…

Run Published Site Validation template_review_run_published_site_validation

Read-only: run published-site validators for content, assets, accessibility signals, interactions/IX2, GSAP, and custom-code policy evidence. Uses pu…

Save Agent Feedback template_review_save_agent_feedback

Write only supplemental internal agent notes to 📝Agent Review Feedback for a template Asset Version.

Set Checklist Items template_review_set_checklist_items

Reviewer-safe write: check or uncheck individual 📝Review Checklist or 🚀Publishing Checklist items by 1-based index. Only the targeted "[ ]"/"[x]" t…