crm_get_all_modules
Retrieve all CRM modules with metadata. Use pagination to limit response size for module discovery.
Instructions
Get all CRM modules with metadata\n\nWORKFLOW STARTER for CRM module discovery\n\nNext Steps: Use crm_get_fields for field discovery → crm_validate_criteria → crm_search_records\nPagination: Use page and per_page to limit response size and avoid token limits\nError Recovery: If response too large, use smaller per_page values (try 10-20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (starts at 1) | |
| per_page | No | Modules per page (1-50, recommended: 10-20) | |
| include_custom_modules | No | Include custom modules | |
| include_system_modules | No | Include standard system modules |