Soundcheck
Server Details
Staff live events: gigs, crew, setlists, call lists, ingest. Hosted MCP with OAuth.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 16.6% over 22 days
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- soundchecklive/soundcheck-plugin
- GitHub Stars
- 0
TDQS
Scored across 149 tools
Most tools target distinct resource+action pairs, and the detailed descriptions clarify even close pairs like list_crew_offers vs list_org_crew_offers. A few overlapping list variants (list_users vs list_org_members, list_event_members vs list_event_assignees) could cause minor misselection, but the descriptions are explicit enough to disambiguate.
The vast majority of tools follow a consistent verb_noun pattern (create_, get_, list_, update_, delete_, etc.) with clear domain prefixes. The few exceptions (my_agenda, my_pending_actions) are intentionally documented as legacy compatibility names, so the pattern is effectively uniform.
149 tools is an extreme count, far beyond the 50+ threshold for severe mismatch. Even for a comprehensive event management platform, this volume will create significant agent selection overhead and cognitive load, and many tools could be consolidated or nested.
The domain coverage is impressively thorough: events, staffing, CRM, inventory, finance, setlists, import/export, and messaging all have rich lifecycle support. Minor gaps exist (no delete_calllist, no update_song or get_song, no delete_sponsor), but they are workaroundable and do not create dead ends.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- Added
get_event_chat_message - Added
list_event_chat_messages - Added
list_event_chats
20 tool updates
- Added
create_crew_offer - Added
create_event_invitations - Added
create_ledger_item - Added
create_org_position - Added
get_crew_offer - Added
list_default_positions - Added
list_ledger_accounts - Added
list_org_crew_offers - Added
remove_event_member - Added
reply_to_mailbox_thread - Added
send_crew_offer - Added
send_event_invitations - Added
update_crew_offer - Added
update_customer - Added
update_ledger_item - Added
update_org_position - Added
update_sponsor - Added
update_venue - Added
update_venue_org_details - Added
void_ledger_item
3 tool updates
- Added
list_event_assignees - Added
remove_event_assignee - Added
set_event_assignee
123 tool updates
- Changed
accept_crew_offer1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
accept_invitation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
add_event_member1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
add_ingestion_text1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
apply_calllist_to_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
archive_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
assign_inventory2 fields changed- added
Input schema / properties / notes / descriptionAdded value: +"optional assignment notes" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
broadcast_event_reminder1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
claim_lead1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
commit_import1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
commit_ingestion_batch6 fields changed- added
Input schema / properties / edited_uef_json / descriptionAdded value: +"optional corrected UEF document as a JSON string; indexes select FROM it" - added
Input schema / properties / lead_idx / descriptionAdded value: +"indexes into the review's proposals leads to commit" - added
Input schema / properties / ledger_idx / descriptionAdded value: +"indexes into the review's proposals.events[0].ledger_items to commit" - added
Input schema / properties / member_idx / descriptionAdded value: +"indexes into the review's proposals.events[0].members to commit" - added
Input schema / properties / schedule_idx / descriptionAdded value: +"indexes into the review's proposals.events[0].schedule_items to commit" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
commit_ingestion_file1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
complete_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
convert_lead1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_availability_request1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_calllist3 fields changed- added
Input schema / properties / members / items / properties / notes / descriptionAdded value: +"optional member notes" - added
Input schema / properties / members / items / properties / org_position_id / descriptionAdded value: +"position id from list_org_positions" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_customer1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_import_from_paste1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_ingestion_batch1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_inventory3 fields changed- added
Input schema / properties / metadata / descriptionAdded value: +"free-form item metadata" - added
Input schema / properties / notes / descriptionAdded value: +"notes about the item" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_lead3 fields changed- added
Input schema / properties / latitude / descriptionAdded value: +"location latitude" - added
Input schema / properties / longitude / descriptionAdded value: +"location longitude" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_setlist5 fields changed- added
Input schema / properties / sets / items / properties / notes / descriptionAdded value: +"optional set notes" - added
Input schema / properties / sets / items / properties / songs / descriptionAdded value: +"songs in this set" - added
Input schema / properties / sets / items / properties / songs / items / properties / duration / descriptionAdded value: +"optional duration override in seconds" - added
Input schema / properties / sets / items / properties / songs / items / properties / title / descriptionAdded value: +"optional display title override" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_song5 fields changed- added
Input schema / properties / artist / descriptionAdded value: +"artist or performer name" - added
Input schema / properties / key / descriptionAdded value: +"musical key (e.g. Am, G major)" - added
Input schema / properties / notes / descriptionAdded value: +"optional song notes" - added
Input schema / properties / tempo / descriptionAdded value: +"tempo in BPM" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_sponsor1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
create_venue1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
decline_crew_offer1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
decline_invitation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
delete_customer1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
delete_inventory1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
delete_lead1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
delete_setlist1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
delete_song1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
delete_venue1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
dismiss_ingestion_file1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
dismiss_ingestion_merge1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
duplicate_calllist1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
duplicate_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
export_workspace1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_availability_request1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_calllist1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_customer1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_event_audit_logs1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_event_checklist1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_event_ledger1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_event_schedule1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_event_settlement_status1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_import1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_import_field_catalog1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_ingestion_batch1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_ingestion_batch_review1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_ingestion_file_review1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_inventory1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_invitation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_lead1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_lead_activity1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_mailbox_check1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_me1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_org_attention1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_org_brief1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_org_playbook1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_organization1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_setlist1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_setlists_by_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_user_availability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
get_venue1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
import_uef1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
invite_org_member1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
link_venue_to_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_availability_requests1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_calllists1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_crew_offers1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_customers1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_event_invitations1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_event_members1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_events1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_imports1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_ingestion_batches1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_inventory1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_leads1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_mailbox1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_notifications1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_org_members1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_org_positions1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_organizations1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_setlists1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_songs1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_sponsors1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_users1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
list_venues1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
map_import1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
mark_lead_lost1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
mark_mailbox_checked1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
my_agenda1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
my_pending_actions1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
preview_event_recipients1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
preview_import1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
preview_uef_import1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
remind_availability_request1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
remind_crew_offer1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
remind_invitation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
reopen_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
reopen_lead1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
request_attachment_upload1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
respond_to_availability_request1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
retry_ingestion_file1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
return_inventory1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
send_availability_request1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
send_message1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
set_availability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
set_org_playbook1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
set_org_timezone1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
settle_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
trigger_ingestion_merge1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
unarchive_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
update_calllist5 fields changed- added
Input schema / properties / description / descriptionAdded value: +"optional description" - added
Input schema / properties / members / descriptionAdded value: +"members to upsert or remove" - added
Input schema / properties / members / items / properties / notes / descriptionAdded value: +"optional member notes" - added
Input schema / properties / members / items / properties / org_position_id / descriptionAdded value: +"position id from list_org_positions" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
update_checklist_task3 fields changed- added
Input schema / properties / sort_order / descriptionAdded value: +"sort order within the phase" - added
Input schema / properties / status / descriptionAdded value: +"NOT_STARTED, IN_PROGRESS, or COMPLETE" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
update_event1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
update_inventory10 fields changed- added
Input schema / properties / category / descriptionAdded value: +"e.g. Audio, Lighting, Backline" - added
Input schema / properties / condition / descriptionAdded value: +"condition label" - added
Input schema / properties / location / descriptionAdded value: +"storage location" - added
Input schema / properties / metadata / descriptionAdded value: +"free-form item metadata" - added
Input schema / properties / name / descriptionAdded value: +"item name" - added
Input schema / properties / notes / descriptionAdded value: +"notes about the item" - added
Input schema / properties / quantity / descriptionAdded value: +"on-hand quantity" - added
Input schema / properties / replacement_cost / descriptionAdded value: +"replacement cost in the org currency" - added
Input schema / properties / status / descriptionAdded value: +"availability status label" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
update_lead14 fields changed- added
Input schema / properties / budget / descriptionAdded value: +"budget as a string (e.g. 5000)" - added
Input schema / properties / company / descriptionAdded value: +"company or client name" - added
Input schema / properties / email / descriptionAdded value: +"contact email" - added
Input schema / properties / event_date / descriptionAdded value: +"requested event date (YYYY-MM-DD or RFC3339)" - added
Input schema / properties / event_type / descriptionAdded value: +"event type (concert, wedding, corporate, festival, …)" - added
Input schema / properties / internal_notes / descriptionAdded value: +"notes private to the org" - added
Input schema / properties / latitude / descriptionAdded value: +"location latitude" - added
Input schema / properties / location / descriptionAdded value: +"event location" - added
Input schema / properties / longitude / descriptionAdded value: +"location longitude" - added
Input schema / properties / message / descriptionAdded value: +"inquiry message" - added
Input schema / properties / name / descriptionAdded value: +"contact name" - added
Input schema / properties / phone / descriptionAdded value: +"contact phone number" - added
Input schema / properties / source / descriptionAdded value: +"WEBSITE, REFERRAL, INBOUND_EMAIL, PARTNER, REPEAT_CLIENT, or OTHER" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
update_setlist10 fields changed- added
Input schema / properties / event_id / descriptionAdded value: +"optional: associate the setlist with this event" - added
Input schema / properties / is_template / descriptionAdded value: +"true to save as a reusable template instead of a one-off" - added
Input schema / properties / sets / items / properties / id / descriptionAdded value: +"optional existing set id when updating structure" - added
Input schema / properties / sets / items / properties / notes / descriptionAdded value: +"optional set notes" - added
Input schema / properties / sets / items / properties / order / descriptionAdded value: +"sort order within the setlist" - added
Input schema / properties / sets / items / properties / songs / descriptionAdded value: +"songs in this set" - added
Input schema / properties / sets / items / properties / songs / items / properties / duration / descriptionAdded value: +"optional duration override in seconds" - added
Input schema / properties / sets / items / properties / songs / items / properties / title / descriptionAdded value: +"optional display title override" - added
Input schema / properties / sets / items / properties / title / descriptionAdded value: +"set title" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
- Changed
upload_ingestion_file1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "data": { + "description": "tool payload (API/composite/confirmation object); object, array, or primitive JSON" + }, + "error": { + "description": "when ok is false", + "type": "string" + }, + "ok": { + "description": "true on success (including confirmation_required prompts)", + "type": "boolean" + } + }, + "required": [ + "ok" + ], + "type": "object" +}
123 tool updates
- First observed
accept_crew_offer - First observed
accept_invitation - First observed
add_event_member - First observed
add_ingestion_text - First observed
apply_calllist_to_event - First observed
archive_event - First observed
assign_inventory - First observed
broadcast_event_reminder - First observed
claim_lead - First observed
commit_import - First observed
commit_ingestion_batch - First observed
commit_ingestion_file - First observed
complete_event - First observed
convert_lead - First observed
create_availability_request - First observed
create_calllist - First observed
create_customer - First observed
create_event - First observed
create_import_from_paste - First observed
create_ingestion_batch - First observed
create_inventory - First observed
create_lead - First observed
create_setlist - First observed
create_song - First observed
create_sponsor - First observed
create_venue - First observed
decline_crew_offer - First observed
decline_invitation - First observed
delete_customer - First observed
delete_inventory - First observed
delete_lead - First observed
delete_setlist - First observed
delete_song - First observed
delete_venue - First observed
dismiss_ingestion_file - First observed
dismiss_ingestion_merge - First observed
duplicate_calllist - First observed
duplicate_event - First observed
export_workspace - First observed
get_availability_request - First observed
get_calllist - First observed
get_customer - First observed
get_event - First observed
get_event_audit_logs - First observed
get_event_checklist - First observed
get_event_ledger - First observed
get_event_schedule - First observed
get_event_settlement_status - First observed
get_import - First observed
get_import_field_catalog - First observed
get_ingestion_batch - First observed
get_ingestion_batch_review - First observed
get_ingestion_file_review - First observed
get_inventory - First observed
get_invitation - First observed
get_lead - First observed
get_lead_activity - First observed
get_mailbox_check - First observed
get_me - First observed
get_org_attention - First observed
get_org_brief - First observed
get_org_playbook - First observed
get_organization - First observed
get_setlist - First observed
get_setlists_by_event - First observed
get_user_availability - First observed
get_venue - First observed
import_uef - First observed
invite_org_member - First observed
link_venue_to_event - First observed
list_availability_requests - First observed
list_calllists - First observed
list_crew_offers - First observed
list_customers - First observed
list_event_invitations - First observed
list_event_members - First observed
list_events - First observed
list_imports - First observed
list_ingestion_batches - First observed
list_inventory - First observed
list_leads - First observed
list_mailbox - First observed
list_notifications - First observed
list_org_members - First observed
list_org_positions - First observed
list_organizations - First observed
list_setlists - First observed
list_songs - First observed
list_sponsors - First observed
list_users - First observed
list_venues - First observed
map_import - First observed
mark_lead_lost - First observed
mark_mailbox_checked - First observed
my_agenda - First observed
my_pending_actions - First observed
preview_event_recipients - First observed
preview_import - First observed
preview_uef_import - First observed
remind_availability_request - First observed
remind_crew_offer - First observed
remind_invitation - First observed
reopen_event - First observed
reopen_lead - First observed
request_attachment_upload - First observed
respond_to_availability_request - First observed
retry_ingestion_file - First observed
return_inventory - First observed
send_availability_request - First observed
send_message - First observed
set_availability - First observed
set_org_playbook - First observed
set_org_timezone - First observed
settle_event - First observed
trigger_ingestion_merge - First observed
unarchive_event - First observed
update_calllist - First observed
update_checklist_task - First observed
update_event - First observed
update_inventory - First observed
update_lead - First observed
update_setlist - First observed
upload_ingestion_file
Related MCP Connectors
Eventify MCP server — manage events, attendees, sessions, speakers, sponsors, and analytics.
Cross-product MCP server for CRM, LeadKit, ProjectKit, Bookio. 10 action types, MIT open spec.
Hosted MCP server with managed OAuth for 15+ toolkits: Google Workspace, Fitbit, Oura, Kalshi, etc.
Build multi-tenant apps over MCP. Schemas, CRUD, deploys — access control enforced server-side.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceAn OAuth-protected MCP server that converts project descriptions into realistic schedules, handling dependencies, resource leveling, critical path analysis, and generating shareable charts (HTML, SVG, PNG, JSON, CSV).-
- AlicenseNot gradedqualityCmaintenanceProvides a sovereign, MIT-licensed MCP server for professional-service workflows, running entirely on your infrastructure with Ed25519 cryptographic signing for every action.MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes IPBX PABX data (branches, users, groups, trunks, queues) as typed tools via Streamable HTTP, with OAuth and static bearer authentication.-
- AlicenseNot gradedqualityBmaintenanceMCP server for the Mobilerun platform, exposing tools for device control, workflow automation, task management, and platform operations via a stateless HTTP or stdio interface with bearer-token authentication and policy-based access control.Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.