Tool manifest for The Bitcoin Adviser. Agents and crawlers can extract the JSON from the id="tba-agent-tools" script block or the pre block below. Full agent framework: Bitcoin Agent Readiness.
{
"version": "1.0",
"provider": "The Bitcoin Adviser",
"last_updated": "2026-02-22",
"safety": "All booking and enquiry tools require explicit human confirmation. No custody, signing, key access or fund movement capabilities ever.",
"tools": [
{
"name": "find_guide",
"description": "Find a guide or resource by topic. Returns URL, title, description. Use for questions like 'Where is the guide on X?'. Does not navigate—returns info only.",
"inputSchema": { "type": "object", "properties": { "topic": { "type": "string" } }, "required": ["topic"] },
"requiresHumanConfirmation": false
},
{
"name": "book_retirement_au",
"description": "Book or learn about retirement strategy for Australian SMSF holders",
"url": "https://thebitcoinadviser.com/bitcoin-smsf",
"requiresHumanConfirmation": true
},
{
"name": "book_retirement_us",
"description": "Book or learn about retirement strategy for US IRA/SDIRA holders",
"url": "https://thebitcoinadviser.com/bitcoin-ira",
"requiresHumanConfirmation": true
},
{
"name": "book_collaborative_security",
"description": "Learn about or book collaborative security (multisig custody)",
"url": "https://thebitcoinadviser.com/collaborative-security",
"requiresHumanConfirmation": true
},
{
"name": "book_estate_planning",
"description": "Learn about or book estate planning and inheritance",
"url": "https://thebitcoinadviser.com/estate-planning-and-inheritance",
"requiresHumanConfirmation": true
},
{
"name": "book_corporate_family_office",
"description": "Learn about or book corporate treasury or family office services",
"url": "https://thebitcoinadviser.com/family-offices",
"requiresHumanConfirmation": true
},
{
"name": "submit_generic_enquiry",
"description": "Submit a general enquiry or contact request",
"url": "https://thebitcoinadviser.com/contact",
"requiresHumanConfirmation": true
},
{
"name": "open_bitcoin_calculator",
"description": "Open the Bitcoin vs traditional savings calculator. Optional params pre-fill scenario: initial, monthly, years, inflation, cagr, savings.",
"url": "https://thebitcoinadviser.com/calculator",
"inputSchema": {
"type": "object",
"properties": {
"initial": { "type": "number", "description": "Initial investment USD" },
"monthly": { "type": "number", "description": "Monthly contribution USD" },
"years": { "type": "number", "description": "Time horizon in years" },
"inflation": { "type": "number", "description": "Assumed inflation rate (%)" },
"cagr": { "type": "number", "description": "Assumed Bitcoin CAGR (%)" },
"savings": { "type": "number", "description": "Traditional savings rate (%)" }
}
},
"requiresHumanConfirmation": false
},
{
"name": "open_sats_calculator",
"description": "Open the sats calculator to convert fiat to sats. Optional param: amount (USD) pre-fills the hero example.",
"url": "https://thebitcoinadviser.com/bitcoin-sats-calculator",
"inputSchema": {
"type": "object",
"properties": {
"amount": { "type": "number", "description": "USD amount to pre-fill (e.g. 100 for $100)" }
}
},
"requiresHumanConfirmation": false
}
],
"canonicalFacts": "https://thebitcoinadviser.com/facts"
}