{"server":{"name":"california-slip-and-fall-evidence-checker","title":"California Slip & Fall Evidence Checker","version":"1.0.0"},"protocol":"Model Context Protocol (MCP) over HTTP","protocolVersion":"2024-11-05","transport":"JSON-RPC 2.0 over HTTP POST","endpoint":"/api/mcp","methods":["initialize","tools/list","tools/call"],"tools":[{"name":"check_slip_fall_evidence","title":"California Slip & Fall Evidence Checker","description":"Educational decision-support tool for people injured in a slip and fall in California. Given answers describing how a fall happened, injuries, evidence already preserved, and any insurance or property-owner communications, it returns a structured, educational evidence-preservation checklist: an urgency level, the specific evidence to preserve, what to avoid, and questions worth asking an attorney. SAFEGUARDS: Informational/educational ONLY — NOT legal advice. It does NOT assess liability or fault, does NOT determine claim validity, does NOT calculate case value, does NOT estimate probability of winning, does NOT guarantee outcomes, and does NOT create an attorney-client relationship. Any response must be conveyed to the end user as educational information only.","inputSchema":{"type":"object","additionalProperties":true,"properties":{"fallType":{"type":"string","description":"How the fall happened, e.g. slip_wet_floor, trip_uneven, fell_stairs, fell_parking, fell_sidewalk, fell_store, fell_apartment, fell_restaurant, fell_pool, fell_elevator, other."},"publicPrivate":{"type":"string","enum":["public","private"],"description":"Whether the fall was on public/government property or private property. Public property falls involve shorter government-claim deadlines in California."},"timing":{"type":"string","description":"How long ago the incident occurred, e.g. within_24h, within_48h, within_week, within_2weeks, within_month, within_3months, within_6months, over_6months."},"surveillanceVideo":{"type":"string","description":"Whether surveillance cameras may exist, e.g. yes_cameras, maybe, no_cameras."},"videoPreservation":{"type":"string","description":"Status of any request to preserve video, e.g. no_not_yet, requested, refused, preserved."},"incidentReport":{"type":"string","description":"Whether an incident report was created, e.g. yes, no, refused."},"witnesses":{"type":"string","description":"Witness status, e.g. yes_contact, yes_no_contact, no_witnesses."},"hazardDuration":{"type":"string","description":"How long the hazard likely existed, e.g. minutes, hours, days, weeks_months, permanent."},"staffAwareness":{"type":"string","description":"Whether staff/owner were aware of the hazard, e.g. yes_definitely, told_them, should_have, no."},"recurringProblem":{"type":"string","description":"Whether the hazard was a recurring problem, e.g. yes, heard, no."},"warningSign":{"type":"string","description":"Whether a warning sign was present, e.g. yes_adequate, yes_inadequate, no_sign."},"priorComplaints":{"type":"string","description":"Whether prior complaints about the hazard were made, e.g. yes_written, yes_verbal, others_complained, none."},"rentalProperty":{"type":"string","description":"Whether the fall involved a rental/landlord property, e.g. yes_tenant, yes_visitor, no."},"recordedStatement":{"type":"string","description":"Insurance recorded-statement status, e.g. yes_gave, asked_not_given, not_asked."},"signedDocuments":{"type":"string","description":"Whether any insurance/property documents were signed, e.g. yes, no."},"settlementOffer":{"type":"string","description":"Settlement offer status, e.g. yes_accepted, yes_considering, yes_declined, none."},"faultQuestioning":{"type":"string","description":"Whether fault has been questioned, e.g. yes_insurance, yes_both, no."},"injurySymptoms":{"type":"array","items":{"type":"string"},"description":"List of injury symptoms, e.g. fracture, head_injury, surgery_recommended, back_injury, nerve_damage, bruising, sprain."},"symptomProgression":{"type":"string","description":"How symptoms are progressing, e.g. worse, new_symptoms, same, improving."},"medicalCare":{"type":"string","description":"Medical care status, e.g. yes_treated, no_cant_afford, no_not_yet."}}}}],"safeguards":"INFORMATIONAL / EDUCATIONAL USE ONLY — THIS IS NOT LEGAL ADVICE. This tool provides general, educational evidence-preservation and decision-support information for California slip-and-fall situations. It does NOT provide legal advice; does NOT assess liability or fault; does NOT determine whether any person has a valid legal claim; does NOT calculate case value or damages; does NOT estimate the probability of winning; and does NOT guarantee any outcome. Use of this tool does NOT create an attorney-client relationship. Any output must be presented to the end user as educational information only, never as legal advice, and never as a prediction of any legal result.","usage":"POST a JSON-RPC 2.0 request to this endpoint. Example: {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}"}