{"protocolVersion":"0.3.0","name":"Manthan Advisor","description":"Conversational face of Manthan for other agents: ask cited questions about cases, pre-check refunds before granting them, pull customer history and exposure aggregates, and contribute evidence into open investigations.","url":"https://manthan-advisor-dzv6bwbpba-uc.a.run.app/a2a","preferredTransport":"JSONRPC","version":"1.0.0","provider":{"organization":"Miny Labs","url":"https://manthan.quest"},"capabilities":{"streaming":true,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json","text/plain"],"defaultOutputModes":["application/json","text/plain"],"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"X-Manthan-A2A-Key"}},"security":[{"apiKey":[]}],"skills":[{"id":"ask","name":"Ask about a case","description":"Natural-language question over a case; answers are grounded on the case's recorded findings + brief and cite finding indices.","tags":["advise","qa","citations"],"examples":["ask {\"case_id\": \"…\", \"question\": \"why fight and not refund?\"}"]},{"id":"precheck_refund","name":"Pre-refund risk check","description":"Before granting a refund, ask Manthan: prior disputes, decision outcomes, open cases and a deterministic recommendation (investigate_first | low_risk | high_risk) for this customer.","tags":["advise","refunds","risk","friendly-fraud"],"examples":["precheck_refund {\"customer_ref\": \"maya@example.com\", \"amount_minor\": 56000}"]},{"id":"get_customer_history","name":"Get customer history","description":"Episodic memory by customer_ref: their cases with decisions.","tags":["state","read","memory","customer"],"examples":["get_customer_history {\"customer_ref\": \"maya@example.com\"}"]},{"id":"dispute_exposure","name":"Get dispute exposure","description":"Aggregate exposure across the book: open case count + the sum of decision_amount_minor grouped by status. Built for CFO agents.","tags":["state","read","aggregate","finance"],"examples":["dispute_exposure {}"]},{"id":"contribute_evidence","name":"Contribute evidence to a case","description":"Push evidence into an open case (e.g. a CS chat transcript). Recorded as an evidence_contributed event with the caller's agent identity as actor.","tags":["collaborate","write","evidence","provenance"],"examples":["contribute_evidence {\"case_id\": \"…\", \"contributor\": \"refund-desk\", \"evidence\": {\"transcript\": \"…\"}}"]},{"id":"get_case","name":"Get a case","description":"Return one case's summary: status, customer, decision.","tags":["query","state","read","case"],"examples":["get_case for case_id case-000123"]},{"id":"list_cases","name":"List cases","description":"List cases, optionally filtered by status, with pagination.","tags":["query","state","read","queue"],"examples":["list_cases status=awaiting_approval limit=20"]},{"id":"get_brief","name":"Get a case brief","description":"Return the signed brief artifact: TL;DR, decision, drafted actions.","tags":["query","state","read","brief"],"examples":["get_brief for case-000123"]},{"id":"get_findings","name":"Get case findings","description":"Return the cited findings (each with evidence provenance).","tags":["query","state","read","findings","citations"],"examples":["get_findings for case-000123"]},{"id":"get_actions","name":"Get drafted/executed actions","description":"Return the drafted/approved/executed actions for a case.","tags":["query","state","read","actions"],"examples":["get_actions for case-000123"]},{"id":"get_audit_trail","name":"Get the audit trail","description":"Return the ordered, signed event log for a case.","tags":["query","state","read","audit","compliance"],"examples":["get_audit_trail for case-000123"]}],"manthanIdentity":{"agentId":"manthan-advisor","serviceAccount":"manthan-advisor@nifty-edge-494703-u6.iam.gserviceaccount.com","model":"gemini-3.5-flash","signingKeyFingerprint":"unset","runtime":"cloud-run"}}