Tool tree
B2B data and research resources for sales and AI agents
find_explorium_resourceAnswer
Return the canonical Explorium URL for API docs, OpenAPI, MCP, pricing, authentication, the data catalog, or agent discovery.
View tool JSON
{
"name": "find_explorium_resource",
"kind": "answer",
"impl": "imperative",
"description": "Return the canonical Explorium URL for API docs, OpenAPI, MCP, pricing, authentication, the data catalog, or agent discovery.",
"inputSchema": {
"type": "object",
"properties": {
"resource": {
"type": "string",
"enum": [
"api-docs",
"openapi",
"mcp",
"pricing",
"authentication",
"data-catalog",
"agent-discovery"
],
"description": "The Explorium resource to locate."
}
},
"required": [
"resource"
],
"additionalProperties": false
}
}get_explorium_page_contextAnswer
Read the title, public URL, description, and visible heading outline of the current Explorium page.
View tool JSON
{
"name": "get_explorium_page_context",
"kind": "answer",
"impl": "imperative",
"description": "Read the title, public URL, description, and visible heading outline of the current Explorium page.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}