wp_tec_get_event tool reference for The Events Calendar
Read-onlygets one event by ID with full details, including schedule, venue, organizers, taxonomies, and public links.
Description
gets one event by ID with full details, including schedule, venue, organizers, taxonomies, and public links.
What it is for
- Reviewing a specific event before editing or publishing changes.
- Verifying venue/organizer links and date details.
Example use case
validating a published event.
Sample prompt
Get event ID 2466 and show all details so I can verify title, schedule, venue, organizers, and URL.
Sample response
{
"tool": "wp_tec_get_event",
"status": "ok",
"items": []
}
What does wp_tec_get_event do?
gets one event by ID with full details, including schedule, venue, organizers, taxonomies, and public links.
Does wp_tec_get_event 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_get_event 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.
