openclaw_config_schema_lookup
Retrieve the schema description for a given configuration path to understand its structure and constraints.
Instructions
Look up the schema description for a specific config path. Wraps config.schema.lookup. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dotted path to look up | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |