6 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });{ name: "chainstack.get_site_info" /* short, unique, verb-based */ }chainstack.get_site_info, chainstack.search_content, chainstack.list_products, chainstack.get_mcp_servers, chainstack.get_pricing_links<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="chainstack.get_site_info" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "chainstack.get_site_info",
"description": "Return public Chainstack website metadata and key entry points.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "chainstack.get_site_info" /* short, unique, verb-based */ }chainstack.get_site_info, chainstack.search_content, chainstack.list_products, chainstack.get_mcp_servers, chainstack.get_pricing_links<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="chainstack.get_site_info" tooldescription="...">
<!-- the same action, as UI -->
</form>