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-mini29 live tools36 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

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

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

Lane reads 15 inline tools

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

Protected writes 14 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

15 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.

4 tools Asset Details · Review Context · Version Details
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 Details template_review_get_version

Get one template version record by version_id.

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.

4 tools Field Map · Lane Health · Release List
Field Map template_review_get_field_map

Return the template review Airtable field map with confirmed and pending mappings.

Lane Health template_review_health

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

Release List template_review_list_releases

List available Asset Release records reviewers can link to approved template versions.

Review Metrics template_review_get_metrics

Return compact marketplace template review metrics for a recent date window.

Advanced operations

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

3 tools Format Agent Review Feedback · Get Comprehensive Review Contract · Workflow
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 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

14 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.

5 tools Assign Reviewer · Assign Reviewer · Clear Reviewer
Assign Reviewer template_review_assign_reviewer

Admin/operator write: assign or clear the 📝Reviewer collaborator on a template Asset Version without changing any other review fields.

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.

3 tools Approve Version · Request Changes · Update Version Review
Approve Version template_review_approve_version

Approve a template version and optionally update confirmed publishing checklist metadata.

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.

Update Version Review template_review_update_version_review

Update template version review fields that are confirmed writable in Airtable.

Publishing and metadata

Complete publishing work and maintain asset-side metadata safely.

3 tools Complete Publishing · Update Asset Metadata · Update Publishing Metadata
Complete Publishing template_review_complete_publishing

Complete the publishing checklist for a template version and attach a release using either a record id or a local-date lookup.

Update Asset Metadata template_review_update_asset_metadata

Update confirmed writable template asset fields.

Update Publishing Metadata template_review_update_asset_publishing

Update confirmed asset-side publishing override fields for a template.

Advanced operations

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

3 tools Prepare Published Site Sandbox · Run Published Site Validation · Save Agent Feedback
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 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.