acf_get_fields tool reference for Advanced Custom Fields (ACF)
Sensitive readgets ACF values for a post, including keys, names, types, and values.
Description
gets ACF values for a post, including keys, names, types, and values.
What it is for
- Reading structured content.
Example use case
inspecting a structured page.
Sample prompt
Get all ACF fields for post ID 245 so I can inspect its structured content sections.
Sample response
{
"tool": "acf_get_fields",
"status": "ok",
"items": []
}
What does acf_get_fields do?
gets ACF values for a post, including keys, names, types, and values.
Does acf_get_fields 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_fields 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.
