You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS type and version: Linux W-2SC6JD4 6.6.87.2-microsoft-standard-WSL2 chore(ci): set up ci #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Example: If possible, please include your code of configuration:
sources:
dbsource:
kind: redisaddress:
- myhostandportusername: defaultpassword: pwdtools:
user_data_tool:
kind: redisdescription: 'Use this tool to interact with user data stored in Redis.'commands:
- - SADD
- userNames
- $userNames
- - GET
- $userIdparameters:
- name: userIdtype: stringdescription: The unique identifier for the user.
- name: userNamestype: arraydescription: The user names to be set.source: dbsource
Expected Behavior
When I run ./toolbox --ui it should run the server.
Current Behavior
I get this error.
2026-01-12T10:21:33.819263432Z ERROR "unable to parse tool file at "tools.yaml": unable to parse tool "user_data_tool" as kind "redis": unable to parse as "array": unable to parse 'items' field: error parsing parameters: nothing to unmarshal"
Prerequisites
Toolbox version
v0.25.0
Environment
Client
Expected Behavior
When I run ./toolbox --ui it should run the server.
Current Behavior
I get this error.
2026-01-12T10:21:33.819263432Z ERROR "unable to parse tool file at "tools.yaml": unable to parse tool "user_data_tool" as kind "redis": unable to parse as "array": unable to parse 'items' field: error parsing parameters: nothing to unmarshal"
Steps to reproduce?
...
Additional Details
No response