Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.socialloopai/socialloop-mcp

REMOTE · SOCIALLOOP.AI · 2 COMPONENTS · SCANNED AUG 3

SocialLoop: AI-native event platform — sell tickets, manage guests, run affiliates & promo codes.

+6 this week 64 Trust /100

Recent critical change

Authorization (2 Aug 2026). See the changelog before you install this server.

Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 14586 tokens (~99/item across 146 items; 146 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · socialloop.ai

# add to Claude Code
claude mcp add --transport http socialloopai-socialloop-mcp https://socialloop.ai/mcp
# ~/.codex/config.toml
[mcp_servers.socialloopai-socialloop-mcp]
url = "https://socialloop.ai/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "socialloopai-socialloop-mcp": {
      "type": "remote",
      "url": "https://socialloop.ai/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add socialloopai-socialloop-mcp --url https://socialloop.ai/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  socialloopai-socialloop-mcp:
    url: "https://socialloop.ai/mcp"
// mcp.json
{
  "mcpServers": {
    "socialloopai-socialloop-mcp": {
      "type": "http",
      "url": "https://socialloop.ai/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +24
    • Authorization: unverified → fail critical
    • New tool “manage_event_series”, which the server declares destructive security
    • New tool “reject_community_event”, which the server declares destructive security
    • New tool “reject_join_request”, which the server declares destructive security
    • New tool “release_booking”, which the server declares destructive security
    • New tool “remove_affiliate_code”, which the server declares destructive security
    • New tool “remove_codes_from_profile”, which the server declares destructive security
    • New tool “remove_community_member”, which the server declares destructive security
    • New tool “remove_guest”, which the server declares destructive security
    • New tool “remove_member_setup”, which the server declares destructive security
    • New tool “remove_profile_member”, which the server declares destructive security
    • New tool “revoke_affiliate_access”, which the server declares destructive security
    • New tool “send_invitations”, which the server declares destructive security
    • New tool “set_form_active”, which the server declares destructive security
    • New tool “archive_partner_profile”, which the server declares destructive security
    • New tool “archive_ticket_tier”, which the server declares destructive security
    • New tool “cancel_event”, which the server declares destructive security
    • New tool “cancel_invitation_job”, which the server declares destructive security
    • New tool “cancel_team_invite”, which the server declares destructive security
    • New tool “delete_production_item”, which the server declares destructive security
    • New tool “delete_promo_profile”, which the server declares destructive security
    • New tool “delete_ticket_tier”, which the server declares destructive security
    • New tool “demote_staff_to_guest”, which the server declares destructive security
    • New tool “deny_guest_request”, which the server declares destructive security
    • Schema quality: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → pass functional
    • Schema quality: unverified → good functional
    • Stability: fail → 0.23 functional
    • New tool “create_event_draft” functional
    • New tool “list_ticket_tiers” functional
    • New tool “make_announcement” functional
    • New tool “promote_guest_to_staff” functional
    • New tool “propose_deal” functional
    • New tool “record_expense” functional
    • New tool “record_transaction” functional
    • New tool “refine_event_cover” functional
    • New tool “reorder_ticket_tiers” functional
    • New tool “set_event_address” functional
    • New tool “set_event_image” functional
    • New tool “set_event_split_exception” functional
    • New tool “set_event_url” functional
    • New tool “set_host_visibility” functional
    • New tool “set_place_build_status” functional
    • New tool “set_role_deal_defaults” functional
    • New tool “set_space_status” functional
    • New tool “submit_event_to_community” functional
    • New tool “unarchive_ticket_tier” functional
    • New tool “unassign_event_from_space” functional
    • New tool “update_affiliate_commission” functional
    • New tool “update_community” functional
    • New tool “update_event” functional
    • New tool “update_event_draft” functional
    • New tool “update_form” functional
    • New tool “update_inventory_details” functional
    • New tool “update_invoice_line_items” functional
    • New tool “update_meal_menu” functional
    • New tool “update_member_setup” functional
    • New tool “update_open_link_config” functional
    • New tool “update_partner_profile” functional
    • New tool “update_production_item” functional
    • New tool “update_promo_code” functional
    • New tool “update_ticket_tier” functional
    • New tool “update_space” functional
    • New tool “update_staff_role” functional
    • New tool “update_promo_profile” functional
    • New tool “accept_deal” functional
    • New tool “add_affiliate” functional
    • New tool “add_affiliate_code” functional
    • New tool “add_codes_to_profile” functional
    • New tool “add_event_host” functional
    • New tool “add_guest” functional
    • New tool “add_inventory_item” functional
    • New tool “add_meal” functional
    • New tool “add_place” functional
    • New tool “add_profile_member” functional
    • New tool “add_programming_item” functional
    • New tool “add_project” functional
    • New tool “add_role” functional
    • New tool “add_schedule_item” functional
    • New tool “add_space” functional
    • New tool “add_sponsor” functional
    • New tool “add_talent” functional
    • New tool “add_task” functional
    • New tool “add_ticket_tier” functional
    • New tool “add_vendor” functional
    • New tool “adopt_codes_to_profile” functional
    • New tool “approve_community_event” functional
    • New tool “approve_guest_request” functional
    • New tool “approve_join_request” functional
    • New tool “assign_event_to_space” functional
    • New tool “assign_member” functional
    • New tool “assign_role” functional
    • New tool “bulk_create_promo_codes” functional
    • New tool “bulk_invite_affiliates” functional
    • New tool “check_in_guest” functional
    • New tool “check_in_plus_one” functional
    • New tool “check_space_availability” functional
    • New tool “connect_stripe” functional
    • New tool “create_affiliate_profile” functional
    • New tool “create_community” functional
    • New tool “create_custom_link” functional
    • New tool “create_event_series” functional
    • New tool “create_form” functional
    • New tool “create_partner_profile” functional
    • New tool “create_production_item” functional
    • New tool “create_promo_code” functional
    • New tool “create_promo_profile” functional
    • New tool “decline_deal” functional
    • New tool “duplicate_event” functional
    • New tool “edit_guest” functional
    • New tool “end_deal” functional
    • New tool “export_form_responses_csv” functional
    • New tool “export_guest_list_csv” functional
    • New tool “find_open_slots” functional
    • New tool “generate_event_cover” functional
    • New tool “get_account_status” functional
    • New tool “get_event_revenue” functional
    • New tool “get_guest_details” functional
    • New tool “get_invitation_status” functional
    • New tool “get_share_links” functional
    • New tool “grant_member_setup” functional
    • New tool “import_contacts_to_list” functional
    • New tool “import_guest_list” functional
    • New tool “invite_team_member” functional
    • New tool “link_production_items” functional
    • New tool “list_affiliates” functional
    • New tool “list_bookings” functional
    • New tool “list_community_activity” functional
    • New tool “list_community_members” functional
    • New tool “list_custom_domains” functional
    • New tool “list_deals” functional
    • New tool “list_distribution_lists” functional
    • New tool “list_event_staff” functional
    • New tool “list_events” functional
    • New tool “list_form_responses” functional
    • New tool “list_forms” functional
    • New tool “list_guest_requests” functional
    • New tool “list_guests” functional
    • New tool “list_join_requests” functional
    • New tool “list_my_communities” functional
    • New tool “list_my_network” functional
    • New tool “list_partner_profiles” functional
    • New tool “list_pending_community_events” functional
    • New tool “list_production_items” functional
    • New tool “list_promo_codes” functional
    • New tool “list_promo_profiles” functional
    • New tool “list_shared_events” functional
    • New tool “list_spaces” functional
    • New tool “list_sponsors” functional
    • New tool “list_team_invites” functional
    • New tool “list_ticket_sales” functional
  • 1 Aug 26 −23

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

    • Authorization: fail → unverified security
    • Stability: 0.17 → fail security
    • Tool “assign_role” was removed security
    • Tool “archive_partner_profile” was removed security
    • Tool “archive_ticket_tier” was removed security
    • Tool “assign_event_to_space” was removed security
    • Tool “assign_member” was removed security
    • Tool “bulk_create_promo_codes” was removed security
    • Tool “bulk_invite_affiliates” was removed security
    • Tool “cancel_event” was removed security
    • Tool “cancel_invitation_job” was removed security
    • Tool “cancel_team_invite” was removed security
    • Tool “check_in_guest” was removed security
    • Tool “check_in_plus_one” was removed security
    • Tool “check_space_availability” was removed security
    • Tool “connect_stripe” was removed security
    • Tool “create_affiliate_profile” was removed security
    • Tool “create_community” was removed security
    • Tool “update_space” was removed security
    • Tool “accept_deal” was removed security
    • Tool “add_affiliate” was removed security
    • Tool “add_affiliate_code” was removed security
    • Tool “add_codes_to_profile” was removed security
    • Tool “add_event_host” was removed security
    • Tool “add_guest” was removed security
    • Tool “add_inventory_item” was removed security
    • Tool “add_meal” was removed security
    • Tool “add_place” was removed security
    • Tool “add_profile_member” was removed security
    • Tool “add_programming_item” was removed security
    • Tool “add_project” was removed security
    • Tool “add_role” was removed security
    • Tool “add_schedule_item” was removed security
    • Tool “add_space” was removed security
    • Tool “add_sponsor” was removed security
    • Tool “add_talent” was removed security
    • Tool “add_task” was removed security
    • Tool “add_ticket_tier” was removed security
    • Tool “add_vendor” was removed security
    • Tool “adopt_codes_to_profile” was removed security
    • Tool “approve_community_event” was removed security
    • Tool “approve_guest_request” was removed security
    • Tool “approve_join_request” was removed security
    • Schema quality: fail → unverified functional
    • Schema quality: good → unverified functional
    • Schema quality: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +3

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 30 Jul 26 +1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 28 Jul 26 +1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 27 Jul 26 +1

    We did not load change detail this far back for this component, so this day may have recorded more than is shown.

  • 26 Jul 26 57

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://socialloop.ai/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=socialloop.ai CN=YR1,O=Let's Encrypt,C=US 30 Jul 2026 28 Oct 2026 RSA 2048 SHA256-RSA 5ca515405d893a792ab7b75db47eba99329
SANs: socialloop.ai
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of socialloop.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
socialloop.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: https://js.stripe.com https://pay.google.com https://www.google.com https://maps.googleapis.com https://*.stripecdn.com https://*.google.com https://www.gstatic.com https://www.recaptcha.net https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://unpkg.com; worker-src 'self' blob:; frame-src 'self' https://js.stripe.com https://pay.google.com https://www.google.com https://*.stripecdn.com https://*.google.com https://www.google.com/recaptcha/ https://recaptcha.google.com/recaptcha/ https://*.firebaseapp.com; child-src 'self' blob: https://js.stripe.com https://pay.google.com https://www.google.com https://*.stripecdn.com https://*.google.com https://www.google.com/recaptcha/ https://recaptcha.google.com/recaptcha/; connect-src 'self' https://socialloop-mcp.web.app https://mcp.socialloop.ai https://*.stripe.com https://*.cloudfunctions.net https://firestore.googleapis.com https://firebasestorage.googleapis.com https://storage.googl
x-content-type-options nosniff
x-frame-options DENY
referrer-policy no-referrer
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://socialloop.ai/mcp Verified 200
http (plaintext) http://socialloop.ai/mcp HTTPS enforced 308 https://socialloop.ai/mcp
MCP tools — 146 exposed · ~14,586 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
promote_guest_to_staff ~104

Promote a guest (who has a SocialLoop account) to staff on a live event — role doorPerson, guestList, manager, promoter, host, or custom. Grants real permissions. Requires event_id + guest_id + user_id + role; you must be a host.

NameTypeReqDescription
event_idstringyes
guest_idstringyes
permissionsobject
rolestringyes
user_idstringyes

No output schema declared.

No examples provided.

propose_deal ~164

Record agreed ticket-split terms as a deal proposal (the receipt of an agreement already reached). community_standing: community_id + producer_id + both legs' % terms. event_coproduction: event_id + party_ids + producer/venue/sponsor % legs (the organizer must be a party). The other side confirms with accept_deal. Recording auto-accepts YOUR side of the terms (one counterparty confirm then activates a 2-party deal), so this is consent to a revenue split — hence the one-tap confirm.

NameTypeReqDescription
community_idstring
event_idstring
kindstringyes
party_idsarray
producer_idstring
termsobjectyes

No output schema declared.

No examples provided.

record_expense ~138

Record an expense (receipt) against a live event's budget — item, cost ($), amount paid, status, type, optional linked vendor/project. Editable via update_production_item (entity 'receipts'). Requires event_id + item + cost; you must be a host.

NameTypeReqDescription
commentsstring
costnumberyes
descriptionstring
event_idstringyes
itemstringyes
paidnumber
project_idstring
statusstring
typestring
vendor_idstring

No output schema declared.

No examples provided.

record_transaction ~249

Record a bank-side ledger row — actual money moving (income/expense/transfer): name, amount ($), optional fee, category, phase, date, banking references, and links to a receipt/project/vendor/place/team. Requires event_id + name + impact + amount; you must be a host.

NameTypeReqDescription
amountnumberyes
categorystring
datestring
descriptionstring
event_idstringyes
feenumber
impactstringyes
namestringyes
notestring
paid_from_accountstring
paid_to_accountstring
payerobject
payer_emailstring
phasestring
place_idstring
project_idstring
receipt_idstring
receiverobject
reconciledboolean
referencesobject
tagsarray
team_idstring
vendor_idstring
who_forarray

No output schema declared.

No examples provided.

refine_event_cover ~100

Refine the event's CURRENT cover with a short instruction ('make it warmer', 'swap the background', 'bigger title') — we re-render from the existing cover, keep the composition, and set the new one. The event must already have a cover (generate_event_cover first). Counts against the monthly AI-image limit. Requires event_id; you must be a host.

NameTypeReqDescription
event_idstringyes
instructionstringyes

No output schema declared.

No examples provided.

reject_community_event ~129

Reject an event's request to be listed in a community you run (optional reason). Denies any Space booking request riding it — optionally suggest up to 5 alternative slots, each vetted against confirmed bookings (taken/invalid ones dropped + reported, never suggested). Restores the host's own payout if your community was the payout destination (unless tickets already sold). Requires community_id + event_id; you must be its creator/admin/moderator.

NameTypeReqDescription
alternativesarray
community_idstringyes
event_idstringyes
reasonstring

No output schema declared.

No examples provided.

reject_join_request ~51

Reject a pending request to join a community you run. Requires community_id + user_id; you must be its creator or admin.

NameTypeReqDescription
community_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

release_booking ~88

Release a venue booking — frees the Space's slot. Community creator/admin/moderator releases any booking; the booking's own host withdraws their slot (listing kept). Terminal; a re-request is a new booking. Optional reason recorded for audit. Requires community_id + booking_id.

NameTypeReqDescription
booking_idstringyes
community_idstringyes
reasonstring

No output schema declared.

No examples provided.

remove_affiliate_code ~71

Remove a ticket tier from an affiliate (disables their code if it was the last tier). Requires event_id + affiliate_id + ticket_class_id; you must be a host.

NameTypeReqDescription
affiliate_idstringyes
event_idstringyes
ticket_class_idstringyes

No output schema declared.

No examples provided.

remove_codes_from_profile ~90

Remove promo codes from a discount profile — 'detach' (default) keeps each code standalone; 'delete' removes unused codes but disables any with redemptions. Requires event_id + profile_id + code_ids; you must be a host.

NameTypeReqDescription
actionstring
code_idsarrayyes
event_idstringyes
profile_idstringyes

No output schema declared.

No examples provided.

remove_community_member ~62

Remove a member from a community you run (tears down their membership). The creator cannot be removed. Requires community_id + user_id; you must be its creator or admin.

NameTypeReqDescription
community_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

remove_guest ~67

Remove a guest-list entry from a live event you manage — deletes the entry and cleans up its counters. Only guest-list entries, never purchased tickets. Requires event_id + guest_id; you must be a host.

NameTypeReqDescription
event_idstringyes
guest_idstringyes

No output schema declared.

No examples provided.

remove_member_setup ~57

End a member's producer setup in one tap (prospective — sold tickets and attached events keep their terms; its event exceptions end with it). Requires deal_id.

NameTypeReqDescription
deal_idstringyes
reasonstring

No output schema declared.

No examples provided.

remove_profile_member ~57

Remove a member from a partner profile — ends their terms prospectively. Requires community_id + profile_id + member_uid.

NameTypeReqDescription
community_idstringyes
member_uidstringyes
profile_idstringyes

No output schema declared.

No examples provided.

reorder_ticket_tiers ~58

Reorder the active ticket tiers' display order. Pass ALL active tier ids in the desired order. Requires event_id; you must be a host.

NameTypeReqDescription
event_idstringyes
ordered_tier_idsarrayyes

No output schema declared.

No examples provided.

revoke_affiliate_access ~62

Remove an affiliate from a live event — disables their promo codes (keeps redemption history) and revokes access. Requires event_id + affiliate_id; you must be a host.

NameTypeReqDescription
affiliate_idstringyes
event_idstringyes

No output schema declared.

No examples provided.

send_invitations ~175

Send invitations to a live event — app, email, or both — to people (recipient_uids), saved lists (distribution_list_ids), and/or manual contacts (external_contacts). Optionally attach a promo code, add a custom message, send as a linked community, or schedule. Counts against the weekly invite limit; sends real emails/push. Requires event_id; host only.

NameTypeReqDescription
attach_promo_codestring
custom_messagestring
delivery_methodstring
distribution_list_idsarray
dry_runboolean
event_idstringyes
external_contactsarray
recipient_uidsarray
scheduled_start_atstring
send_as_community_idstring

No output schema declared.

No examples provided.

set_event_address ~111

Set or change a live event's address/location. Provide `address` (the text shown on the event page); optionally `venue_name` and `latitude`+`longitude` to also move the map pin. Use this to fix or update where an event is held. Requires event_id; you must be a host.

NameTypeReqDescription
addressstringyes
event_idstringyes
latitudenumber
longitudenumber
venue_namestring

No output schema declared.

No examples provided.

set_event_image ~155

Set or replace a live event's cover image. Provide ONE of: image_base64 (the raw image bytes — use this to set an image attached or generated in the chat, passing its FULL bytes) OR image_url (a public https link, fetched + re-hosted durably). png/jpeg/webp/gif, ≤10 MB, complete image only (truncated payloads rejected). If your runtime can't move the full bytes into the call, host the image at a public URL and use image_url. Requires event_id; you must be a host.

NameTypeReqDescription
content_typestring
event_idstringyes
image_base64string
image_urlstring

No output schema declared.

No examples provided.

set_event_split_exception ~104

Adjust the split for ONE event only (setup 80/20, this event 90/10). Re-stamps the attached event immediately; sold tickets keep their terms; the standing setup is untouched; expires with the event. Community-set setups only. Requires community_id + member_uid + event_id + terms.

NameTypeReqDescription
community_idstringyes
event_idstringyes
member_uidstringyes
termsobjectyes

No output schema declared.

No examples provided.

set_event_url ~77

Set a custom vanity URL for a live event you manage (e.g. socialloop.ai/go/sundown-sessions). 3–30 lowercase letters, numbers, and hyphens; must be unique. Requires event_id; you must be a host.

NameTypeReqDescription
event_idstringyes
slugstringyes

No output schema declared.

No examples provided.

set_form_active ~73

Activate or deactivate a form on a live event (activating makes it the event's live form, deactivating any other). Requires event_id + form_id + active; you must be a host.

NameTypeReqDescription
activebooleanyes
event_idstringyes
form_idstringyes

No output schema declared.

No examples provided.

set_host_visibility ~72

Show or hide a host on a live event's public page without changing their permissions (visible=false hides, true shows). host_id defaults to you. Requires event_id; you must be a host.

NameTypeReqDescription
event_idstringyes
host_idstring
visiblebooleanyes

No output schema declared.

No examples provided.

set_place_build_status ~86

Set a place's build status (not_started → surveyed → staged → built → systemized → designed → complete, or null to clear) — the build axis, separate from lifecycle status. Requires event_id + place_id + build_status; you must be a host.

NameTypeReqDescription
build_statusyes
event_idstringyes
place_idstringyes

No output schema declared.

No examples provided.

set_role_deal_defaults ~88

Set a community's standing ticket-split offer per member role (e.g. staff events run 70/30; "__member__" = the member's leg). Becomes a real deal only when a member confirms the shown terms at event submission. Admin-only. Requires community_id + by_role.

NameTypeReqDescription
by_roleobjectyes
community_idstringyes

No output schema declared.

No examples provided.

set_space_status ~79

Archive or re-activate a venue Space. Archiving hides it from pickers and fails future booking confirms closed; existing confirmed bookings are honored, but pending requests will strand. Admin-only. Requires community_id + space_id + status.

NameTypeReqDescription
community_idstringyes
space_idstringyes
statusstringyes

No output schema declared.

No examples provided.

submit_event_to_community ~117

Submit an event you host to a community's calendar, optionally requesting a venue Space slot in the same motion (booking: space_id + ISO times — find one via find_open_slots). Consents to the community's standing deal terms for you; booking-carrying submissions await approval unless you manage the community. Member or active-deal partner. Requires event_id + community_id.

NameTypeReqDescription
bookingobject
community_idstringyes
event_idstringyes
visibilitystring

No output schema declared.

No examples provided.

unarchive_ticket_tier ~52

Restore an archived ticket tier to active (back on sale). Requires event_id + tier_id; you must be a host.

NameTypeReqDescription
event_idstringyes
tier_idstringyes

No output schema declared.

No examples provided.

unassign_event_from_space ~101

As a community you run, UNASSIGN an event from its venue Space here — frees the Space's calendar slot (recorded admin_released) and clears the event's venue link; the event keeps its listing and venue text. Idempotent — an event with no active booking here changes nothing. Creator/admin/moderator. Requires community_id + event_id.

NameTypeReqDescription
community_idstringyes
event_idstringyes

No output schema declared.

No examples provided.

update_affiliate_commission ~73

Change an affiliate's commission rates on a live event (map of promo_code_id → commission). Affects future sales only. Requires event_id + affiliate_id; you must be a host.

NameTypeReqDescription
affiliate_idstringyes
commission_updatesobjectyes
event_idstringyes

No output schema declared.

No examples provided.

update_community ~107

Edit a community you own — name, description, category, privacy, tags, icon, cover. Requires community_id; you must be its creator.

NameTypeReqDescription
categorystring
community_idstringyes
cover_image_urlstring
descriptionstring
icon_urlstring
namestring
privacystring
short_descriptionstring
tagsarray

No output schema declared.

No examples provided.

update_event ~187

Edit a live event you manage: name, description (with links), category, start/end time, cover image, turn public discovery on/off, show or hide the guest list, visibility, capacity, and approval. Requires event_id; you must be a host (connected via 'Connect with SocialLoop').

NameTypeReqDescription
absorb_feesboolean
capacity
categorystring
cover_image_urlstring
description_htmlstring
discoverableboolean
ends_atstring
event_descriptionstring
event_idstringyes
event_namestring
requires_approvalboolean
show_participantsboolean
starts_atstring
timezonestring
visibilitystring

No output schema declared.

No examples provided.

update_event_draft ~197

Refine an event draft you previously created (title, time, location, tickets, etc.) using its edit token, against the same claim link. Use to iterate with the user before they publish.

NameTypeReqDescription
capacity
categorystring
contact_emailstring
cover_image_urlstring
description_htmlstring
draft_idstringyes
edit_tokenstringyes
ends_atstring
event_descriptionstring
event_namestring
location_addressstring
requires_approvalboolean
starts_atstring
ticket_modestring
ticket_pricenumber
tiersarray
timezonestring
venue_namestring
visibilitystring

No output schema declared.

No examples provided.

update_form ~81

Edit a form on a live event — rename and/or replace its questions. Pass questions with their ids (from list_forms) to keep responses mapped. Requires event_id + form_id; you must be a host.

NameTypeReqDescription
event_idstringyes
form_idstringyes
namestring
questionsarray

No output schema declared.

No examples provided.

update_inventory_details ~104

Set an inventory item's typed details — kind vehicle/housing/bike/structure/power + that variant's fields (vehicle: plate/makeModel/vin/fuelType; housing: sleepCapacity/powerNeeds; power: rating/phase/voltage). Requires event_id + item_id + kind + details; host.

NameTypeReqDescription
detailsobjectyes
event_idstringyes
item_idstringyes
kindstringyes

No output schema declared.

No examples provided.

update_invoice_line_items ~74

Set an invoice's line items — array of {description, amount} (dollars). Recomputes the invoice total. Replaces the whole list. Requires event_id + item_id; host.

NameTypeReqDescription
event_idstringyes
item_idstringyes
line_itemsarrayyes

No output schema declared.

No examples provided.

update_meal_menu ~76

Set a meal's menu — array of {name, servings?, description?, dietary_tags?, tags? (allergens)}. Replaces the whole list. Requires event_id + item_id (the meal); host.

NameTypeReqDescription
event_idstringyes
item_idstringyes
menuarrayyes

No output schema declared.

No examples provided.

update_member_setup ~56

Edit a member setup's split terms (terms: null = permission-only). Prospective — future attaches use the new terms, attached events keep theirs. Requires deal_id.

NameTypeReqDescription
deal_idstringyes
termsyes

No output schema declared.

No examples provided.

update_open_link_config ~111

Reconfigure an affiliate open link (anyone-can-claim) — set each tier's discount + commission, the profile name, and the affiliate cap. Re-stamps EVERY existing affiliate on the link (large blast radius). Requires event_id + invite_id + tiers; you must be a host.

NameTypeReqDescription
event_idstringyes
invite_idstringyes
max_affiliatesinteger
profile_namestring
tiersobjectyes

No output schema declared.

No examples provided.

update_partner_profile ~69

Rename a partner profile or set new terms — new terms roll to ALL members' future events (past sales unchanged). Requires community_id + profile_id.

NameTypeReqDescription
community_idstringyes
namestring
profile_idstringyes
termsobject

No output schema declared.

No examples provided.

update_production_item ~157

Update a production item in ANY area of a live event (entity: milestones, timeline, schedule_items, tasks, projects, vendors, talent, roles, inventory, programming, meals, places, modes, transactions, invoices, teams, receipts) — change status, rename, edit notes, archive/restore (active), or set details via a `fields` object. Requires event_id + entity + item_id; you must be a host.

NameTypeReqDescription
activeboolean
entitystringyes
event_idstringyes
fieldsobject
item_idstringyes
namestring
notesstring
statusstring

No output schema declared.

No examples provided.

update_promo_code ~128

Edit a promo code on a live event — code, discount, max uses, start/expiry, applicable classes, or enable/disable. Requires event_id + promo_code_id; you must be a host.

NameTypeReqDescription
applicable_classesarray
codestring
discount_typestring
discount_valuenumber
enabledboolean
event_idstringyes
expires_at
max_usesinteger
promo_code_idstringyes
starts_at

No output schema declared.

No examples provided.

update_promo_profile ~124

Edit a discount profile — change tiers, name, max uses, schedule, or enabled state. When a discount-config field changes, every linked promo code is re-stamped to match. Requires event_id + profile_id + at least one field; you must be a host.

NameTypeReqDescription
enabledboolean
event_idstringyes
expires_at
max_usesinteger
profile_idstringyes
profile_namestring
starts_at
tiersobject

No output schema declared.

No examples provided.

update_space ~149

Edit a venue Space's fields (name, location_name, floor, capacity, photos, rules, hours, address, hour cap, timezone; null clears). Renames fan out to future bookings automatically; status changes go through set_space_status. Admin-only. Requires community_id + space_id.

NameTypeReqDescription
address
capacity
community_idstringyes
description
floor
hours
location_name
max_booking_hoursinteger
namestring
photosarray
rules
space_idstringyes
timezonestring

No output schema declared.

No examples provided.

update_staff_role ~88

Change an existing staff member's role and/or permissions on a live event (doorPerson, guestList, manager, promoter, host, or custom). Requires event_id + user_id and a role and/or permissions; you must be a host.

NameTypeReqDescription
event_idstringyes
permissionsobject
rolestring
user_idstringyes

No output schema declared.

No examples provided.

update_ticket_tier ~124

Edit a ticket tier on a live event you manage — name, price, capacity (not below sold), description, approval, or secret. Paid prices need Stripe. Requires event_id + tier_id; you must be a host.

NameTypeReqDescription
capacityinteger
descriptionstring
event_idstringyes
namestring
pricenumber
requires_approvalboolean
secretboolean
show_remainingboolean
tier_idstringyes

No output schema declared.

No examples provided.