acf_get_field_groups tool reference for Advanced Custom Fields (ACF)
Sensitive readlists ACF field groups with keys, titles, and location rules.
Description
lists ACF field groups with keys, titles, and location rules.
What it is for
- Understanding custom field structure.
Example use case
mapping a content model.
Sample prompt
List all ACF field groups and show where each group is assigned.
Sample response
{
"tool": "acf_get_field_groups",
"status": "ok",
"items": []
}
What does acf_get_field_groups do?
lists ACF field groups with keys, titles, and location rules.
Does acf_get_field_groups modify site data?
It does not write data, but it can expose sensitive plugin or submission details.
Which capability is commonly required?
It usually runs with controls compatible with edit_posts and the active MCP profile.
How should acf_get_field_groups be used safely?
Restrict by profile and avoid exposing full payloads in shared logs.
Which plugin is required?
Advanced Custom Fields (ACF) must be installed and active in the target WordPress environment.
