list_nodes
Fetch Drupal nodes of a specified content type, using pagination and optional title filter to locate and inspect site content for review or processing.
Instructions
Lista nodos de un content type del sitio Drupal, con paginación y filtro opcional por título
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | ||
| pageOffset | No | ||
| contentType | Yes | Machine name del content type, ej. 'page', 'vehiculo' | |
| filterTitle | No | Filtra por título (contiene) |