agents_settings_get
Retrieve all configured input keys and their current values for a given agent, so you can verify settings before launching it with agent_start.
Instructions
Get settings
Fetch the settings that will be used by the $.ioInput*() SDK methods when starting
this agent with agent_start.
The inputs declared using src_input_* tools are rendered as form elements in the Settings tab.
Use this tool to get all input keys and their current values as configured by the user.
At most 5000 rows will be returned for table inputs.
Use the agents_list tool to fetch all available agents and their indexes.
Returns: List of inputs and their values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | One-based agent index |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | List of inputs and their values |