crm_smart_field_discovery
Discover Zoho CRM fields by intent, with adjustable response formats to minimize token usage and reduce iterative calls.
Instructions
Smart field discovery - finds fields based on intent with optimized response format to reduce tokens and iterations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format (minimal=lowest tokens, default: minimal) | |
| intent | Yes | Intent description (e.g., "status and disposition fields", "contact information") | |
| max_results | No | Maximum number of results (default: 10) | |
| module_name | Yes | Name of the module | |
| include_values | No | Include picklist values in response (default: false) |