get_product_tree
Get nested folders and products for a client, equivalent to frontend product tree.
Remote signal-found/reddit-outreach
Other tools also called get_product_tree?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
}
}
}