Mirrors every ‘Refresh’ dropdown in the Studio Setup tab. Used to resolve human references like ‘#general’ or ‘Contacts module’ into the actual identifiers the action config requires. Always ask the user to pick from the response — never silently auto-select, even when only one option exists.
Per-app supported kind values:
channels, private_channels, usersmodules, module_fields (params.module), records (params.module)bases, tables (params.base_id), fields (params.base_id, table_id), records (params.base_id, table_id)actors, taskslabels, messagescalendars, events (params.calendar_id)spreadsheets, worksheets (params.spreadsheet_id), columns (params.spreadsheet_id, worksheet_title)databases, pages, database_properties (params.database_id), usersphone_numbersoperators, joiners, delay_unitstables, columns (params.table_id), operators, operators_for_type (params.type), aggregates, order_directionsDocumentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
App-specific lookup name. See description for the full per-app list.
"channels"
Required for connect-category apps. Optional/null for builtin apps (Logic, Tables).
Cascading dependencies. E.g. for Zoho module_fields send {module: 'Contacts'}; for Airtable tables send {base_id: '...'}.