Tools Catalog / Plugin integrations / Advanced Custom Fields (ACF) / acf_get_field_groups

acf_get_field_groups tool reference for Advanced Custom Fields (ACF)

Sensitive read
Group Advanced Custom Fields (ACF)Capability edit_posts

lists 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.