search_config
Find matching configuration paths by searching keys and values for a case-insensitive substring. Target a specific proxy or use the default, with truncation indicating more matches available.
Instructions
[READ] Search the config tree for a string; returns matching config paths (on caddy, directly usable by get/set_config_value).
Args: query: Case-insensitive substring to find in keys and values. target: Proxy target name from config; omit for the default.
Returns an envelope: {"matches": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there is more than was returned — narrow the query rather than treating these as every match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| target | No |