Splitifi Intelligence MCP
NPM · SPLITIFI-MCP · SCANNED AUG 3
Outcome predictions and judge profiles from 2,741 ML models trained on 30.3M court records.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 11 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability64
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 18569 tokens (~91/item across 202 items; 198 tools + 4 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 79% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · splitifi-mcp
claude mcp add mysplitifi-splitifi-mcp -- npx -y splitifi-mcp
codex mcp add mysplitifi-splitifi-mcp -- npx -y splitifi-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mysplitifi-splitifi-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"splitifi-mcp"
],
"enabled": true
}
}
} openclaw mcp add mysplitifi-splitifi-mcp --command npx --arg -y --arg splitifi-mcp
mcp_servers:
mysplitifi-splitifi-mcp:
command: "npx"
args: ["-y", "splitifi-mcp"] {
"mcpServers": {
"mysplitifi-splitifi-mcp": {
"command": "npx",
"args": [
"-y",
"splitifi-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +40
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → poor ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
bva_screen ~70
Screen a veterans claim issue type at the Board of Veterans' Appeals. Returns allowance rate, denial rate, remand rate, and docket type distribution for the matched issue.
| Name | Type | Req | Description |
|---|---|---|---|
| issue_type | string | yes | Veterans claim issue type (e.g. PTSD, hearing_loss, TBI, back_pain) |
No output schema declared.
No examples provided.
eoir_judge_screen ~59
Profile an EOIR immigration judge. Returns grant rate, denial rate, removal rate, representation rate, represented grant rate, top courts, and top nationalities heard.
| Name | Type | Req | Description |
|---|---|---|---|
| judge_name | string | yes | Immigration judge full name or partial name |
No output schema declared.
No examples provided.
securities_company_screen ~59
Screen a company for securities class action history using Stanford SCAC data. Returns total cases, dismissal rate, average and max settlement amounts, top circuits, and top case types.
| Name | Type | Req | Description |
|---|---|---|---|
| company | string | yes | Company name to screen for securities class actions |
No output schema declared.
No examples provided.
splitifi_arbitration_screen ~109
Look up historical international arbitration outcomes by respondent country, sector, and case type. Returns claimant win rate, outcome distribution, average duration, and sample precedent cases from italaw/ICC/PCA/UNCITRAL database.
| Name | Type | Req | Description |
|---|---|---|---|
| ia_category | string | — | Arbitration case type |
| respondent_country | string | — | ISO 2-letter country code of the respondent state (e.g. "VE", "AR", "RU") |
| sector | string | — | Industry sector of the dispute |
No output schema declared.
No examples provided.
splitifi_arbitration_stats ~62
Get aggregate international arbitration statistics: overall claimant win rates, breakdown by sector, respondent country, and case type. Based on ~6,000-8,000 cases from italaw, ICC, PCA, UNCITRAL, and EFTA Court.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
splitifi_asset_classifier ~58
Classify a list of assets as marital, separate, or mixed property with legal rationale. Handles commingled property, inheritance, gifts, and pre-marital assets.
| Name | Type | Req | Description |
|---|---|---|---|
| assets | array | yes | — |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_asset_tracing ~76
Get an asset tracing workflow for suspected hidden assets: steps, document requests, red flags to look for.
| Name | Type | Req | Description |
|---|---|---|---|
| jurisdiction | string | yes | — |
| suspected_issues | array | — | e.g. ["income suppression", "pre-filing transfers", "business undervaluation"] |
| total_estate_value | number | — | — |
No output schema declared.
No examples provided.
splitifi_award_ranges ~53
Get award ranges for spousal support, attorney fees, or child support in a jurisdiction based on 2.5M+ cases.
| Name | Type | Req | Description |
|---|---|---|---|
| award_type | string | yes | — |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_batch ~87
Run up to 50 Splitifi intelligence calls in a single request. Ideal for building case dashboards or running multiple analyses at once. Each request specifies a tool name and params.
| Name | Type | Req | Description |
|---|---|---|---|
| requests | array | yes | Array of { tool: string, params: object } — tool names match the REST API endpoint slugs (predict, judge-profile, comparable-cases, calculate-child-support, etc.) |
No output schema declared.
No examples provided.
splitifi_billing_estimate ~62
Estimate total attorney fees for a matter based on jurisdiction rates, contested level, and complexity.
| Name | Type | Req | Description |
|---|---|---|---|
| case_type | string | — | — |
| contested_level | string | — | — |
| hours_estimated | number | — | — |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_budget_planner ~76
Get a realistic budget for your divorce — total cost range, breakdown by category, and tips to reduce costs.
| Name | Type | Req | Description |
|---|---|---|---|
| contested_level | string | — | — |
| has_children | boolean | — | — |
| has_property | boolean | — | — |
| jurisdiction | string | yes | — |
| plan_to_hire_attorney | boolean | — | — |
No output schema declared.
No examples provided.
splitifi_calculate_child_support ~172
Calculate child support payment using jurisdiction-specific guidelines (Income Shares Model for most states). Returns monthly amount, annual amount, and formula explanation.
| Name | Type | Req | Description |
|---|---|---|---|
| childcare_cost | number | — | Monthly childcare/daycare cost. Default: 0 |
| custody_split_pct | number | — | Percentage of time paying parent has custody (0-100). Default: 20 |
| health_insurance_cost | number | — | Monthly cost of children's health insurance. Default: 0 |
| income_payer | number | yes | Monthly gross income of paying parent (USD) |
| income_recipient | number | yes | Monthly gross income of receiving parent (USD) |
| jurisdiction | string | yes | State code, e.g. "TX", "CA", "NY" |
| num_children | number | yes | Number of children subject to support |
No output schema declared.
No examples provided.
splitifi_calculate_co_parenting ~111
Assess co-parenting compatibility and recommend a custody arrangement type (shared, parallel, primary with visitation, supervised).
| Name | Type | Req | Description |
|---|---|---|---|
| communication_quality | string | — | — |
| conflict_level | string | — | — |
| domestic_violence | boolean | — | Whether domestic violence history exists |
| flexibility | boolean | — | Whether both parents are flexible with scheduling |
| parenting_values_alignment | string | — | — |
| respect_level | string | — | — |
| substance_abuse | boolean | — | Whether substance abuse concerns exist |
No output schema declared.
No examples provided.
splitifi_calculate_divorce_cost ~129
Estimate total divorce cost including attorney fees, court fees, mediation, and expert costs. Returns low/high range and breakdown by phase.
| Name | Type | Req | Description |
|---|---|---|---|
| contested_level | string | — | Default: Moderately Contested |
| country | string | — | Country code: US, CA, GB, AU. Default: US |
| has_children | boolean | — | — |
| jurisdiction | string | yes | State/province code |
| plan_mediation | boolean | — | Default: false |
| plan_to_hire_attorney | boolean | — | Default: true |
| property_complexity | string | — | — |
No output schema declared.
No examples provided.
splitifi_calculate_home_buyout ~136
Calculate how much it costs to buy out a spouse's share of the marital home. Returns net equity, buyout amount, and estimated monthly payment after refinance.
| Name | Type | Req | Description |
|---|---|---|---|
| buyout_percentage | number | — | Spouse's ownership percentage being bought out. Default: 50 |
| home_value | number | yes | Current market value of the home (USD) |
| mortgage_balance | number | yes | Outstanding mortgage balance (USD) |
| refinance_costs | number | — | Estimated refinance closing costs. Default: 0 |
| selling_costs_percentage | number | — | Estimated selling costs as % of value. Default: 8 |
No output schema declared.
No examples provided.
splitifi_calculate_property_division ~137
Estimate how marital property and debts will be divided. Handles community property states (50/50) and equitable distribution states. Returns each party's estimated share.
| Name | Type | Req | Description |
|---|---|---|---|
| assets | object | — | { marital_home_value, retirement_accounts, bank_accounts, investments, vehicles_value, business_value, other_assets } |
| debts | object | — | { home_mortgage_balance, credit_card_debt, other_debt } |
| jurisdiction | string | yes | State code: "CA", "TX", "NY", etc. |
| marriage_length_years | number | — | — |
| primary_earner | string | — | Default: Equal |
No output schema declared.
No examples provided.
splitifi_case_brief ~57
Get a structured case brief with comparable ruling data. Suggests which Splitifi tools to run for deeper analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | — | — |
| case_type | string | — | — |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_case_strategy ~106
Get a full case strategy for a family law matter: recommended path, immediate actions, and approach based on jurisdiction, stage, and assigned judge.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | — | — |
| case_type | string | — | divorce, custody, support, modification |
| judge_id | string | — | Assigned judge ID (optional but improves strategy) |
| jurisdiction | string | yes | — |
| stage | string | — | pre-filing, filed, discovery, trial, post-decree |
No output schema declared.
No examples provided.
splitifi_case_summary ~51
Get a full snapshot of your case: role, jurisdiction, situation, completed tasks, remaining steps, and what to do next.
| Name | Type | Req | Description |
|---|---|---|---|
| session_token | string | yes | Your session token from splitifi_start |
No output schema declared.
No examples provided.
splitifi_client_intake ~66
Run a structured intake for a new family law client. Returns the key information to gather, questions to ask, and initial case assessment.
| Name | Type | Req | Description |
|---|---|---|---|
| case_type | string | — | — |
| client_situation | string | — | Brief description from client |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_comparable_adr ~109
Comparable case outcomes from 2.5M+ ADR / Mediation cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for ADR / Mediation. Key fields: dispute_type, parties_count, amount_in_controversy, prior_negotiation_attempts |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_antitrust ~100
Comparable case outcomes from 2.5M+ Antitrust cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Antitrust. Key fields: conduct_type, market_definition, market_share, harm_to_competition |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_appellate ~104
Comparable case outcomes from 2.5M+ Appellate cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Appellate. Key fields: trial_outcome, grounds_for_appeal, standard_of_review, circuit |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_bankruptcy ~101
Comparable case outcomes from 2.5M+ Bankruptcy cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Bankruptcy. Key fields: chapter_type, total_debt, asset_value, income_means_test, creditor_count |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_cases ~72
Get outcome distributions from 2.5M+ comparable cases: settlement percentages, median timelines, cost ranges, custody split distributions.
| Name | Type | Req | Description |
|---|---|---|---|
| case_type | string | — | — |
| filters | object | — | Optional: marriage_length_range, asset_range, has_children, contested |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_comparable_civil_rights ~102
Comparable case outcomes from 2.5M+ Civil Rights cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Civil Rights. Key fields: rights_violation_type, agency_involved, documentation, damages_claimed |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_class_action ~97
Comparable case outcomes from 2.5M+ Class Action cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Class Action. Key fields: claim_type, class_size, common_questions, defendant_resources |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_construction ~98
Comparable case outcomes from 2.5M+ Construction cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Construction. Key fields: dispute_type, contract_value, delay_days, defect_type, bond_present |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_core ~98
Comparable case outcomes from 2.5M+ Core Prediction cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Core Prediction. Key fields: case_type, jurisdiction, complexity, procedural_stage, risk_factors |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_criminal ~101
Comparable case outcomes from 2.5M+ Criminal Defense cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Criminal Defense. Key fields: charge_type, charge_severity, prior_record, evidence_strength, plea_offer |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_cybersecurity ~99
Comparable case outcomes from 2.5M+ Cybersecurity cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Cybersecurity. Key fields: incident_type, data_volume, breach_scope, notification_status |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_documents ~97
Comparable case outcomes from 2.5M+ Document Intelligence cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Document Intelligence. Key fields: document_type, jurisdiction, complexity, parties_count, contested_terms |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_emerging_technology ~99
Comparable case outcomes from 2.5M+ Emerging Technology cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Emerging Technology. Key fields: tech_type, dispute_category, regulatory_body, harm_type |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_employment ~102
Comparable case outcomes from 2.5M+ Employment / Labor cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Employment / Labor. Key fields: claim_type, employment_duration, termination_reason, documentation_quality, protected_class |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_environmental ~94
Comparable case outcomes from 2.5M+ Environmental cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Environmental. Key fields: violation_type, contamination_level, remediation_cost, agency |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_estate ~100
Comparable case outcomes from 2.5M+ Estate / Probate cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Estate / Probate. Key fields: estate_value, will_present, beneficiaries_count, contested, state |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_family_law_deep ~110
Comparable case outcomes from 2.5M+ Family Law Deep / Forensic cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Family Law Deep / Forensic. Key fields: asset_types, income_sources, forensic_flags, hidden_asset_indicators |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_firm_analytics ~98
Comparable case outcomes from 2.5M+ Firm Analytics cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Firm Analytics. Key fields: firm_id, practice_area, case_type, jurisdiction |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_game_theory ~105
Comparable case outcomes from 2.5M+ Game Theory / Strategy cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Game Theory / Strategy. Key fields: dispute_type, parties, payoff_structure, negotiation_rounds, reservation_values |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_government_contracts ~101
Comparable case outcomes from 2.5M+ Government Contracts cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Government Contracts. Key fields: contract_value, agency, dispute_type, performance_issue, termination_type |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_healthcare ~106
Comparable case outcomes from 2.5M+ Healthcare / Malpractice cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Healthcare / Malpractice. Key fields: claim_type, procedure, outcome, standard_of_care_deviation, damages_type |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_immigration ~102
Comparable case outcomes from 2.5M+ Immigration cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Immigration. Key fields: visa_type, country_of_origin, time_in_us, criminal_history, prior_applications |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_insurance ~100
Comparable case outcomes from 2.5M+ Insurance cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Insurance. Key fields: claim_type, policy_limit, coverage_dispute, bad_faith_indicators |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_intellectual_property ~103
Comparable case outcomes from 2.5M+ IP / Patent cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for IP / Patent. Key fields: ip_type, registration_status, infringement_type, prior_art, commercial_value |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_international_trade ~101
Comparable case outcomes from 2.5M+ International Trade cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for International Trade. Key fields: trade_type, countries_involved, tariff_dispute, sanctions_exposure |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_judge_analytics ~98
Comparable case outcomes from 2.5M+ Judge Analytics cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Judge Analytics. Key fields: judge_id, case_type, motion_type, jurisdiction |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_legal_ethics ~103
Comparable case outcomes from 2.5M+ Legal Ethics cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Legal Ethics. Key fields: violation_type, bar_jurisdiction, prior_discipline, harm_to_client |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_litigation ~103
Comparable case outcomes from 2.5M+ Litigation Analytics cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Litigation Analytics. Key fields: case_type, court_level, amount_in_controversy, discovery_complexity |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_personal_injury ~108
Comparable case outcomes from 2.5M+ Personal Injury cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Personal Injury. Key fields: injury_type, liability_clarity, medical_costs, lost_wages, insurance_limit, fault_percentage |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.
splitifi_comparable_real_estate ~100
Comparable case outcomes from 2.5M+ Real Estate cases matching your fact pattern. Returns outcome distribution, median resolution time, and jurisdiction trends.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Real Estate. Key fields: transaction_type, property_value, contract_dispute, title_issues |
| jurisdiction | string | yes | State/province code |
| limit | number | — | Max cases to return (default 20) |
No output schema declared.
No examples provided.