One tool registered. Strongest in human experience, weakest in usefulness.
No agent run recorded yet.
{
"name": "search_1claw_docs",
"description": "Search the 1Claw documentation for guides on secret management, transaction signing, agent authentication, MCP setup, and Shroud TEE proxy configuration",
"inputSchema": null,
"annotations": {}
}https://1claw.xyz/ -> https://1claw.co/document.modelContext.provideContext({
tools: [{ name: "your_tool_name", description: "...", inputSchema: { type: "object", properties: {} }, execute: async (args) => { /* ... */ } }],
});