fetch_pages
Retrieve a paginated list of pages from any WordPress site via its REST API, specifying page number and number of pages per request.
Instructions
Fetch pages from a WordPress site. Args: page (int): The page number to fetch. per_page (int): The number of pages per page. Returns: dict[str, Any]: The response from the WordPress API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No |