wp_tec_list_entities tool reference for The Events Calendar
Read-onlylists or retrieves The Events Calendar entities (`venue` or `organizer`) with search and pagination support.
Description
lists or retrieves The Events Calendar entities (`venue` or `organizer`) with search and pagination support.
What it is for
- Discovering existing venues and organizers before assigning them to events.
- Looking up one specific venue or organizer by ID.
Example use case
preparing linked entities for event creation.
Sample prompt
List organizers that match 'Maria' and return their IDs so I can link the right organizer to a new event.
Sample response
{
"tool": "wp_tec_list_entities",
"status": "ok",
"items": []
}
What does wp_tec_list_entities do?
lists or retrieves The Events Calendar entities (`venue` or `organizer`) with search and pagination support.
Does wp_tec_list_entities 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_entities 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.
