{"name":"subagentdispatch","version":"1.1.0","description":"Replay-mode managed agents. The replay_cassette tool returns a URL that streams a recorded Anthropic SSE response from Cloudflare R2 — zero ANTHROPIC_API_KEY, zero tokens at runtime. Legacy vendor-tracking tools remain available.","capabilities":{"tools":[{"name":"list_cassettes","description":"List every replayable cassette on this site. Returns slug, vertical, title, model, replay_url, and tokens_per_replay (always 0). Same payload shape as GET /api/v1/cassettes.","inputSchema":{"type":"object","properties":{}},"tier":"free"},{"name":"replay_cassette","description":"Get the canonical replay URL for a cassette slug. The agent or client can then GET that URL to stream the recorded Anthropic SSE response from R2 (zero ANTHROPIC_API_KEY, zero tokens). Returns { slug, replay_url, content_type, response_headers, tokens_per_replay: 0 }.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Cassette slug as <vertical>/<cookbook>, e.g. 'legal/diligence-grid' or 'finance/kyc-screener'"}},"required":["slug"]},"tier":"free"},{"name":"list_vendors","description":"List all active llms.txt vendors with metadata (name, slug, domain, category)","inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by vendor category","enum":["ai-platform","developer-tools","database","payments","cloud","data-analytics","integration","security"]},"status":{"type":"string","enum":["active","paused","unreachable"],"description":"Filter by vendor status (default: active)"}}},"tier":"free"},{"name":"get_vendor","description":"Get detailed vendor metadata by slug","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Vendor slug (e.g. 'anthropic', 'neon', 'stripe')"}},"required":["slug"]},"tier":"free"},{"name":"list_guides","description":"List available engineering guide topics (prompt-engineering, context-engineering, agent-sdk, tool-engineering)","inputSchema":{"type":"object","properties":{}},"tier":"free"},{"name":"get_feed_summary","description":"Get feed overview: vendor count, recent changes, aggregate stats","inputSchema":{"type":"object","properties":{"since":{"type":"string","description":"ISO 8601 timestamp — only count changes after this date"}}},"tier":"free"},{"name":"get_upgrade_info","description":"Get current tier, all available tiers with pricing and features, tool availability per tier, and checkout API endpoint","inputSchema":{"type":"object","properties":{}},"tier":"free"},{"name":"request_upgrade","description":"Request a Stripe checkout URL to upgrade to a higher tier","inputSchema":{"type":"object","properties":{"tier":{"type":"string","description":"Target tier to upgrade to","enum":["starter","pro","enterprise","enterprise_plus"]}},"required":["tier"]},"tier":"free"},{"name":"get_usage","description":"Get current API usage stats: requests today, daily limit, remaining quota, and reset time","inputSchema":{"type":"object","properties":{}},"tier":"free"},{"name":"get_research","description":"List Anthropic research reports or get details by slug. Returns stats and case studies for individual reports.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Report slug. Omit to list all reports."},"type":{"type":"string","description":"Filter by report type","enum":["whitepaper","research-report","guide","engineering"]}}},"tier":"free"}],"resources":false}}