Skip to main content
Glama

Server Details

Staff live events: gigs, crew, setlists, call lists, ingest. Hosted MCP with OAuth.

Ownership verified

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

A3.6/5.0

Scored across 149 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count1/5

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.

Completeness4/5

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.

  1. 3 tool updates
    • Addedget_event_chat_message
    • Addedlist_event_chat_messages
    • Addedlist_event_chats
  2. 20 tool updates
    • Addedcreate_crew_offer
    • Addedcreate_event_invitations
    • Addedcreate_ledger_item
    • Addedcreate_org_position
    • Addedget_crew_offer
    • Addedlist_default_positions
    • Addedlist_ledger_accounts
    • Addedlist_org_crew_offers
    • Addedremove_event_member
    • Addedreply_to_mailbox_thread
    • Addedsend_crew_offer
    • Addedsend_event_invitations
    • Addedupdate_crew_offer
    • Addedupdate_customer
    • Addedupdate_ledger_item
    • Addedupdate_org_position
    • Addedupdate_sponsor
    • Addedupdate_venue
    • Addedupdate_venue_org_details
    • Addedvoid_ledger_item
  3. 3 tool updates
    • Addedlist_event_assignees
    • Addedremove_event_assignee
    • Addedset_event_assignee
  4. 123 tool updates
    • Changedaccept_crew_offer1 field changed
      • changedOutput 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"
        +}
    • Changedaccept_invitation1 field changed
      • changedOutput 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"
        +}
    • Changedadd_event_member1 field changed
      • changedOutput 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"
        +}
    • Changedadd_ingestion_text1 field changed
      • changedOutput 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"
        +}
    • Changedapply_calllist_to_event1 field changed
      • changedOutput 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"
        +}
    • Changedarchive_event1 field changed
      • changedOutput 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"
        +}
    • Changedassign_inventory2 fields changed
      • addedInput schema / properties / notes / description
        Added value: +"optional assignment notes"
      • changedOutput 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"
        +}
    • Changedbroadcast_event_reminder1 field changed
      • changedOutput 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"
        +}
    • Changedclaim_lead1 field changed
      • changedOutput 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"
        +}
    • Changedcommit_import1 field changed
      • changedOutput 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"
        +}
    • Changedcommit_ingestion_batch6 fields changed
      • addedInput schema / properties / edited_uef_json / description
        Added value: +"optional corrected UEF document as a JSON string; indexes select FROM it"
      • addedInput schema / properties / lead_idx / description
        Added value: +"indexes into the review's proposals leads to commit"
      • addedInput schema / properties / ledger_idx / description
        Added value: +"indexes into the review's proposals.events[0].ledger_items to commit"
      • addedInput schema / properties / member_idx / description
        Added value: +"indexes into the review's proposals.events[0].members to commit"
      • addedInput schema / properties / schedule_idx / description
        Added value: +"indexes into the review's proposals.events[0].schedule_items to commit"
      • changedOutput 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"
        +}
    • Changedcommit_ingestion_file1 field changed
      • changedOutput 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"
        +}
    • Changedcomplete_event1 field changed
      • changedOutput 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"
        +}
    • Changedconvert_lead1 field changed
      • changedOutput 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"
        +}
    • Changedcreate_availability_request1 field changed
      • changedOutput 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"
        +}
    • Changedcreate_calllist3 fields changed
      • addedInput schema / properties / members / items / properties / notes / description
        Added value: +"optional member notes"
      • addedInput schema / properties / members / items / properties / org_position_id / description
        Added value: +"position id from list_org_positions"
      • changedOutput 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"
        +}
    • Changedcreate_customer1 field changed
      • changedOutput 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"
        +}
    • Changedcreate_event1 field changed
      • changedOutput 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"
        +}
    • Changedcreate_import_from_paste1 field changed
      • changedOutput 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"
        +}
    • Changedcreate_ingestion_batch1 field changed
      • changedOutput 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"
        +}
    • Changedcreate_inventory3 fields changed
      • addedInput schema / properties / metadata / description
        Added value: +"free-form item metadata"
      • addedInput schema / properties / notes / description
        Added value: +"notes about the item"
      • changedOutput 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"
        +}
    • Changedcreate_lead3 fields changed
      • addedInput schema / properties / latitude / description
        Added value: +"location latitude"
      • addedInput schema / properties / longitude / description
        Added value: +"location longitude"
      • changedOutput 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"
        +}
    • Changedcreate_setlist5 fields changed
      • addedInput schema / properties / sets / items / properties / notes / description
        Added value: +"optional set notes"
      • addedInput schema / properties / sets / items / properties / songs / description
        Added value: +"songs in this set"
      • addedInput schema / properties / sets / items / properties / songs / items / properties / duration / description
        Added value: +"optional duration override in seconds"
      • addedInput schema / properties / sets / items / properties / songs / items / properties / title / description
        Added value: +"optional display title override"
      • changedOutput 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"
        +}
    • Changedcreate_song5 fields changed
      • addedInput schema / properties / artist / description
        Added value: +"artist or performer name"
      • addedInput schema / properties / key / description
        Added value: +"musical key (e.g. Am, G major)"
      • addedInput schema / properties / notes / description
        Added value: +"optional song notes"
      • addedInput schema / properties / tempo / description
        Added value: +"tempo in BPM"
      • changedOutput 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"
        +}
    • Changedcreate_sponsor1 field changed
      • changedOutput 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"
        +}
    • Changedcreate_venue1 field changed
      • changedOutput 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"
        +}
    • Changeddecline_crew_offer1 field changed
      • changedOutput 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"
        +}
    • Changeddecline_invitation1 field changed
      • changedOutput 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"
        +}
    • Changeddelete_customer1 field changed
      • changedOutput 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"
        +}
    • Changeddelete_inventory1 field changed
      • changedOutput 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"
        +}
    • Changeddelete_lead1 field changed
      • changedOutput 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"
        +}
    • Changeddelete_setlist1 field changed
      • changedOutput 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"
        +}
    • Changeddelete_song1 field changed
      • changedOutput 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"
        +}
    • Changeddelete_venue1 field changed
      • changedOutput 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"
        +}
    • Changeddismiss_ingestion_file1 field changed
      • changedOutput 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"
        +}
    • Changeddismiss_ingestion_merge1 field changed
      • changedOutput 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"
        +}
    • Changedduplicate_calllist1 field changed
      • changedOutput 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"
        +}
    • Changedduplicate_event1 field changed
      • changedOutput 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"
        +}
    • Changedexport_workspace1 field changed
      • changedOutput 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"
        +}
    • Changedget_availability_request1 field changed
      • changedOutput 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"
        +}
    • Changedget_calllist1 field changed
      • changedOutput 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"
        +}
    • Changedget_customer1 field changed
      • changedOutput 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"
        +}
    • Changedget_event1 field changed
      • changedOutput 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"
        +}
    • Changedget_event_audit_logs1 field changed
      • changedOutput 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"
        +}
    • Changedget_event_checklist1 field changed
      • changedOutput 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"
        +}
    • Changedget_event_ledger1 field changed
      • changedOutput 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"
        +}
    • Changedget_event_schedule1 field changed
      • changedOutput 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"
        +}
    • Changedget_event_settlement_status1 field changed
      • changedOutput 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"
        +}
    • Changedget_import1 field changed
      • changedOutput 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"
        +}
    • Changedget_import_field_catalog1 field changed
      • changedOutput 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"
        +}
    • Changedget_ingestion_batch1 field changed
      • changedOutput 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"
        +}
    • Changedget_ingestion_batch_review1 field changed
      • changedOutput 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"
        +}
    • Changedget_ingestion_file_review1 field changed
      • changedOutput 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"
        +}
    • Changedget_inventory1 field changed
      • changedOutput 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"
        +}
    • Changedget_invitation1 field changed
      • changedOutput 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"
        +}
    • Changedget_lead1 field changed
      • changedOutput 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"
        +}
    • Changedget_lead_activity1 field changed
      • changedOutput 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"
        +}
    • Changedget_mailbox_check1 field changed
      • changedOutput 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"
        +}
    • Changedget_me1 field changed
      • changedOutput 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"
        +}
    • Changedget_org_attention1 field changed
      • changedOutput 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"
        +}
    • Changedget_org_brief1 field changed
      • changedOutput 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"
        +}
    • Changedget_org_playbook1 field changed
      • changedOutput 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"
        +}
    • Changedget_organization1 field changed
      • changedOutput 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"
        +}
    • Changedget_setlist1 field changed
      • changedOutput 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"
        +}
    • Changedget_setlists_by_event1 field changed
      • changedOutput 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"
        +}
    • Changedget_user_availability1 field changed
      • changedOutput 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"
        +}
    • Changedget_venue1 field changed
      • changedOutput 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"
        +}
    • Changedimport_uef1 field changed
      • changedOutput 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"
        +}
    • Changedinvite_org_member1 field changed
      • changedOutput 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"
        +}
    • Changedlink_venue_to_event1 field changed
      • changedOutput 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"
        +}
    • Changedlist_availability_requests1 field changed
      • changedOutput 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"
        +}
    • Changedlist_calllists1 field changed
      • changedOutput 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"
        +}
    • Changedlist_crew_offers1 field changed
      • changedOutput 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"
        +}
    • Changedlist_customers1 field changed
      • changedOutput 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"
        +}
    • Changedlist_event_invitations1 field changed
      • changedOutput 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"
        +}
    • Changedlist_event_members1 field changed
      • changedOutput 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"
        +}
    • Changedlist_events1 field changed
      • changedOutput 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"
        +}
    • Changedlist_imports1 field changed
      • changedOutput 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"
        +}
    • Changedlist_ingestion_batches1 field changed
      • changedOutput 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"
        +}
    • Changedlist_inventory1 field changed
      • changedOutput 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"
        +}
    • Changedlist_leads1 field changed
      • changedOutput 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"
        +}
    • Changedlist_mailbox1 field changed
      • changedOutput 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"
        +}
    • Changedlist_notifications1 field changed
      • changedOutput 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"
        +}
    • Changedlist_org_members1 field changed
      • changedOutput 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"
        +}
    • Changedlist_org_positions1 field changed
      • changedOutput 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"
        +}
    • Changedlist_organizations1 field changed
      • changedOutput 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"
        +}
    • Changedlist_setlists1 field changed
      • changedOutput 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"
        +}
    • Changedlist_songs1 field changed
      • changedOutput 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"
        +}
    • Changedlist_sponsors1 field changed
      • changedOutput 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"
        +}
    • Changedlist_users1 field changed
      • changedOutput 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"
        +}
    • Changedlist_venues1 field changed
      • changedOutput 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"
        +}
    • Changedmap_import1 field changed
      • changedOutput 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"
        +}
    • Changedmark_lead_lost1 field changed
      • changedOutput 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"
        +}
    • Changedmark_mailbox_checked1 field changed
      • changedOutput 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"
        +}
    • Changedmy_agenda1 field changed
      • changedOutput 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"
        +}
    • Changedmy_pending_actions1 field changed
      • changedOutput 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"
        +}
    • Changedpreview_event_recipients1 field changed
      • changedOutput 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"
        +}
    • Changedpreview_import1 field changed
      • changedOutput 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"
        +}
    • Changedpreview_uef_import1 field changed
      • changedOutput 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"
        +}
    • Changedremind_availability_request1 field changed
      • changedOutput 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"
        +}
    • Changedremind_crew_offer1 field changed
      • changedOutput 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"
        +}
    • Changedremind_invitation1 field changed
      • changedOutput 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"
        +}
    • Changedreopen_event1 field changed
      • changedOutput 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"
        +}
    • Changedreopen_lead1 field changed
      • changedOutput 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"
        +}
    • Changedrequest_attachment_upload1 field changed
      • changedOutput 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"
        +}
    • Changedrespond_to_availability_request1 field changed
      • changedOutput 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"
        +}
    • Changedretry_ingestion_file1 field changed
      • changedOutput 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"
        +}
    • Changedreturn_inventory1 field changed
      • changedOutput 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"
        +}
    • Changedsend_availability_request1 field changed
      • changedOutput 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"
        +}
    • Changedsend_message1 field changed
      • changedOutput 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"
        +}
    • Changedset_availability1 field changed
      • changedOutput 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"
        +}
    • Changedset_org_playbook1 field changed
      • changedOutput 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"
        +}
    • Changedset_org_timezone1 field changed
      • changedOutput 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"
        +}
    • Changedsettle_event1 field changed
      • changedOutput 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"
        +}
    • Changedtrigger_ingestion_merge1 field changed
      • changedOutput 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"
        +}
    • Changedunarchive_event1 field changed
      • changedOutput 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"
        +}
    • Changedupdate_calllist5 fields changed
      • addedInput schema / properties / description / description
        Added value: +"optional description"
      • addedInput schema / properties / members / description
        Added value: +"members to upsert or remove"
      • addedInput schema / properties / members / items / properties / notes / description
        Added value: +"optional member notes"
      • addedInput schema / properties / members / items / properties / org_position_id / description
        Added value: +"position id from list_org_positions"
      • changedOutput 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"
        +}
    • Changedupdate_checklist_task3 fields changed
      • addedInput schema / properties / sort_order / description
        Added value: +"sort order within the phase"
      • addedInput schema / properties / status / description
        Added value: +"NOT_STARTED, IN_PROGRESS, or COMPLETE"
      • changedOutput 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"
        +}
    • Changedupdate_event1 field changed
      • changedOutput 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"
        +}
    • Changedupdate_inventory10 fields changed
      • addedInput schema / properties / category / description
        Added value: +"e.g. Audio, Lighting, Backline"
      • addedInput schema / properties / condition / description
        Added value: +"condition label"
      • addedInput schema / properties / location / description
        Added value: +"storage location"
      • addedInput schema / properties / metadata / description
        Added value: +"free-form item metadata"
      • addedInput schema / properties / name / description
        Added value: +"item name"
      • addedInput schema / properties / notes / description
        Added value: +"notes about the item"
      • addedInput schema / properties / quantity / description
        Added value: +"on-hand quantity"
      • addedInput schema / properties / replacement_cost / description
        Added value: +"replacement cost in the org currency"
      • addedInput schema / properties / status / description
        Added value: +"availability status label"
      • changedOutput 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"
        +}
    • Changedupdate_lead14 fields changed
      • addedInput schema / properties / budget / description
        Added value: +"budget as a string (e.g. 5000)"
      • addedInput schema / properties / company / description
        Added value: +"company or client name"
      • addedInput schema / properties / email / description
        Added value: +"contact email"
      • addedInput schema / properties / event_date / description
        Added value: +"requested event date (YYYY-MM-DD or RFC3339)"
      • addedInput schema / properties / event_type / description
        Added value: +"event type (concert, wedding, corporate, festival, …)"
      • addedInput schema / properties / internal_notes / description
        Added value: +"notes private to the org"
      • addedInput schema / properties / latitude / description
        Added value: +"location latitude"
      • addedInput schema / properties / location / description
        Added value: +"event location"
      • addedInput schema / properties / longitude / description
        Added value: +"location longitude"
      • addedInput schema / properties / message / description
        Added value: +"inquiry message"
      • addedInput schema / properties / name / description
        Added value: +"contact name"
      • addedInput schema / properties / phone / description
        Added value: +"contact phone number"
      • addedInput schema / properties / source / description
        Added value: +"WEBSITE, REFERRAL, INBOUND_EMAIL, PARTNER, REPEAT_CLIENT, or OTHER"
      • changedOutput 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"
        +}
    • Changedupdate_setlist10 fields changed
      • addedInput schema / properties / event_id / description
        Added value: +"optional: associate the setlist with this event"
      • addedInput schema / properties / is_template / description
        Added value: +"true to save as a reusable template instead of a one-off"
      • addedInput schema / properties / sets / items / properties / id / description
        Added value: +"optional existing set id when updating structure"
      • addedInput schema / properties / sets / items / properties / notes / description
        Added value: +"optional set notes"
      • addedInput schema / properties / sets / items / properties / order / description
        Added value: +"sort order within the setlist"
      • addedInput schema / properties / sets / items / properties / songs / description
        Added value: +"songs in this set"
      • addedInput schema / properties / sets / items / properties / songs / items / properties / duration / description
        Added value: +"optional duration override in seconds"
      • addedInput schema / properties / sets / items / properties / songs / items / properties / title / description
        Added value: +"optional display title override"
      • addedInput schema / properties / sets / items / properties / title / description
        Added value: +"set title"
      • changedOutput 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"
        +}
    • Changedupload_ingestion_file1 field changed
      • changedOutput 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"
        +}
  5. 123 tool updates
    • First observedaccept_crew_offer
    • First observedaccept_invitation
    • First observedadd_event_member
    • First observedadd_ingestion_text
    • First observedapply_calllist_to_event
    • First observedarchive_event
    • First observedassign_inventory
    • First observedbroadcast_event_reminder
    • First observedclaim_lead
    • First observedcommit_import
    • First observedcommit_ingestion_batch
    • First observedcommit_ingestion_file
    • First observedcomplete_event
    • First observedconvert_lead
    • First observedcreate_availability_request
    • First observedcreate_calllist
    • First observedcreate_customer
    • First observedcreate_event
    • First observedcreate_import_from_paste
    • First observedcreate_ingestion_batch
    • First observedcreate_inventory
    • First observedcreate_lead
    • First observedcreate_setlist
    • First observedcreate_song
    • First observedcreate_sponsor
    • First observedcreate_venue
    • First observeddecline_crew_offer
    • First observeddecline_invitation
    • First observeddelete_customer
    • First observeddelete_inventory
    • First observeddelete_lead
    • First observeddelete_setlist
    • First observeddelete_song
    • First observeddelete_venue
    • First observeddismiss_ingestion_file
    • First observeddismiss_ingestion_merge
    • First observedduplicate_calllist
    • First observedduplicate_event
    • First observedexport_workspace
    • First observedget_availability_request
    • First observedget_calllist
    • First observedget_customer
    • First observedget_event
    • First observedget_event_audit_logs
    • First observedget_event_checklist
    • First observedget_event_ledger
    • First observedget_event_schedule
    • First observedget_event_settlement_status
    • First observedget_import
    • First observedget_import_field_catalog
    • First observedget_ingestion_batch
    • First observedget_ingestion_batch_review
    • First observedget_ingestion_file_review
    • First observedget_inventory
    • First observedget_invitation
    • First observedget_lead
    • First observedget_lead_activity
    • First observedget_mailbox_check
    • First observedget_me
    • First observedget_org_attention
    • First observedget_org_brief
    • First observedget_org_playbook
    • First observedget_organization
    • First observedget_setlist
    • First observedget_setlists_by_event
    • First observedget_user_availability
    • First observedget_venue
    • First observedimport_uef
    • First observedinvite_org_member
    • First observedlink_venue_to_event
    • First observedlist_availability_requests
    • First observedlist_calllists
    • First observedlist_crew_offers
    • First observedlist_customers
    • First observedlist_event_invitations
    • First observedlist_event_members
    • First observedlist_events
    • First observedlist_imports
    • First observedlist_ingestion_batches
    • First observedlist_inventory
    • First observedlist_leads
    • First observedlist_mailbox
    • First observedlist_notifications
    • First observedlist_org_members
    • First observedlist_org_positions
    • First observedlist_organizations
    • First observedlist_setlists
    • First observedlist_songs
    • First observedlist_sponsors
    • First observedlist_users
    • First observedlist_venues
    • First observedmap_import
    • First observedmark_lead_lost
    • First observedmark_mailbox_checked
    • First observedmy_agenda
    • First observedmy_pending_actions
    • First observedpreview_event_recipients
    • First observedpreview_import
    • First observedpreview_uef_import
    • First observedremind_availability_request
    • First observedremind_crew_offer
    • First observedremind_invitation
    • First observedreopen_event
    • First observedreopen_lead
    • First observedrequest_attachment_upload
    • First observedrespond_to_availability_request
    • First observedretry_ingestion_file
    • First observedreturn_inventory
    • First observedsend_availability_request
    • First observedsend_message
    • First observedset_availability
    • First observedset_org_playbook
    • First observedset_org_timezone
    • First observedsettle_event
    • First observedtrigger_ingestion_merge
    • First observedunarchive_event
    • First observedupdate_calllist
    • First observedupdate_checklist_task
    • First observedupdate_event
    • First observedupdate_inventory
    • First observedupdate_lead
    • First observedupdate_setlist
    • First observedupload_ingestion_file

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    An 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).
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides a sovereign, MIT-licensed MCP server for professional-service workflows, running entirely on your infrastructure with Ed25519 cryptographic signing for every action.
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that exposes IPBX PABX data (branches, users, groups, trunks, queues) as typed tools via Streamable HTTP, with OAuth and static bearer authentication.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.