Tool tree
Ecommerce search, recommendations, and conversion software
performa_get_product_urlAnswer
Return the canonical public URL for a Performa.AI product or agent-discovery page without opening private customer data.
View tool JSON
{
"name": "performa_get_product_url",
"kind": "answer",
"impl": "imperative",
"description": "Return the canonical public URL for a Performa.AI product or agent-discovery page without opening private customer data.",
"inputSchema": {
"type": "object",
"properties": {
"product": {
"type": "string",
"enum": [
"powersearch",
"powerdisplay",
"powerslider",
"powercart",
"powerchat",
"powerclip",
"powerlook",
"powermcp",
"agents",
"demo"
],
"description": "Performa.AI product or public page to locate."
}
},
"required": [
"product"
],
"additionalProperties": false
}
}performa_list_agent_resourcesAnswer
Return public Performa.AI resources that help AI agents discover products, API metadata, MCP access, authentication and skills.
View tool JSON
{
"name": "performa_list_agent_resources",
"kind": "answer",
"impl": "imperative",
"description": "Return public Performa.AI resources that help AI agents discover products, API metadata, MCP access, authentication and skills.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}performa_open_public_pageAction
Navigate this browser tab to a public Performa.AI product, demo or agent-discovery page. This does not submit forms or access private data.
View tool JSON
{
"name": "performa_open_public_page",
"kind": "act",
"impl": "imperative",
"description": "Navigate this browser tab to a public Performa.AI product, demo or agent-discovery page. This does not submit forms or access private data.",
"inputSchema": {
"type": "object",
"properties": {
"product": {
"type": "string",
"enum": [
"powersearch",
"powerdisplay",
"powerslider",
"powercart",
"powerchat",
"powerclip",
"powerlook",
"powermcp",
"agents",
"demo"
],
"description": "Public destination to open in the current tab."
}
},
"required": [
"product"
],
"additionalProperties": false
}
}