openclaw_agents_files_list
Retrieve files attached to an agent, such as instructions or system files. Use this read-only tool to list files for a given agent ID.
Instructions
List files attached to an agent (instructions, system files, etc.). Wraps agents.files.list. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent id, e.g. 'main' | |
| 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. |