wp_tec_list_events tool reference for The Events Calendar
Read-onlylists events from The Events Calendar with filters such as search text, dates, status, venue, organizer, categories, tags, and pagination.
Description
lists events from The Events Calendar with filters such as search text, dates, status, venue, organizer, categories, tags, and pagination.
What it is for
- Building event listings for editorial, support, or operations tasks.
- Filtering events by date ranges, publication state, or linked entities.
Example use case
listing upcoming events.
Sample prompt
List events in the next 30 days, filter to published events, and include pagination metadata.
Sample response
{
"tool": "wp_tec_list_events",
"status": "ok",
"items": []
}
What does wp_tec_list_events do?
lists events from The Events Calendar with filters such as search text, dates, status, venue, organizer, categories, tags, and pagination.
Does wp_tec_list_events modify site data?
No. This is a read-only operation.
Which capability is commonly required?
It usually runs with controls compatible with edit_posts and the active MCP profile.
How should wp_tec_list_events be used safely?
Use scoped filters and least privilege to minimize unnecessary data exposure.
Which plugin is required?
The Events Calendar must be installed and active in the target WordPress environment.
