configure_product_strategy
Read/update product strategy assets: market position, conversion notes, and funnels.
Remote signal-found/reddit-outreach
Other tools also called configure_product_strategy?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"funnels": {
"anyOf": [
{
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
{
"type": "null"
}
],
"title": "Funnels",
"default": null
},
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"product_slug": {
"type": "string",
"title": "Product Slug"
},
"conversion_notes": {
"anyOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Conversion Notes",
"default": null
},
"market_position_patch": {
"anyOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Market Position Patch",
"default": null
}
}
}