organizations_search
Search organizations by name or custom fields and retrieve matching results. Supports exact match and pagination.
Instructions
Search organizations by name or other fields. Returns matching organizations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term | |
| fields | No | Comma-separated field names to search (e.g., "name,address") | |
| exact_match | No | When true, only full exact matches are returned | |
| start | No | Pagination start | |
| limit | No | Items per page |