find_agenda
Search contact agendas by name using partial, case-insensitive matching. Paginate results with page and limit parameters.
Instructions
Busca agendas por nombre (búsqueda parcial, case-insensitive). Paginado por número de página: default page=1, limit=20 (max 100). Si la respuesta dice has_more=true, vuelve a invocar con el next_page indicado.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Texto a buscar en el nombre de las agendas (búsqueda parcial, case-insensitive) | |
| page | No | Número de página (1-indexed). Default 1. Si la respuesta indica has_more=true, invoca de nuevo con next_page. | |
| limit | No | Resultados por página (default 20, max 100) |