find_vambe_pageAnswer
Resolve a Vambe topic to the most relevant public page without navigating.
View tool JSON
{
"name": "find_vambe_page",
"kind": "answer",
"impl": "imperative",
"description": "Resolve a Vambe topic to the most relevant public page without navigating.",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"enum": [
"platform",
"pricing",
"stories",
"contact"
],
"description": "One of: platform, solutions, pricing, stories, or contact."
}
},
"required": [
"topic"
],
"additionalProperties": false
}
}get_vambe_overviewAnswer
Get a concise, public overview of Vambe and links to agent-readable resources.
View tool JSON
{
"name": "get_vambe_overview",
"kind": "answer",
"impl": "imperative",
"description": "Get a concise, public overview of Vambe and links to agent-readable resources.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}