get_site_custom_code
Fetch a site's custom CSS and JavaScript. Use field filters to return only the code you need, or retrieve all four code sections. Optionally include the coding guide on first call.
Instructions
Get custom code of the site (CSS/JS). Two modes:
Default: returns ALL 4 code fields (full content)
With field filter: returns only the specified field(s) — saves tokens when you only need CSS or JS Add include_guide=true on first call to get the coding guide
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Only return specific fields (e.g. ['code_custom_css']). Omit to get all 4 fields | |
| include_guide | No | Include the custom code coding guide (only needed on first call) |