Add tool params description show
Is your feature request related to a problem? Please describe. When I use this tool ,I want to see the param's description of the tools in web view.
Describe the solution you'd like Add an expandable frontend box to display params in the tool tab
Describe alternatives you've considered No
Additional context No
Hi @jokemanfire , the Inspector does show tool descriptions in the Tools tab, could you explain more about exactly what you'd like to add?
if it option in rust-sdk,
there's no description
I think json will not show.
I want to file a pr to fix it.
I see, so it looks like the optional parameter description isn't showing in the form, right?
Yes , This is how optional parameters are passed when use rust-sdk such as timeout is optional timeout:
{
description:"Optional timeout in seconds for container stop (default: 0)"
format:"int64"
type:[
0:"integer"
1:"null"
]
}
I think I should resolve the rust-sdk's problem first.
Closing as not planned and labeling with v2 in case we want to review for next version.