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.
splitifi_required_documents ~117
Get the specific documents a person needs to gather for their divorce based on their situation: whether they have children, a business, or real property.
| Name | Type | Req | Description |
|---|---|---|---|
| case_type | string | — | divorce, custody, support. Default: divorce |
| has_business | boolean | — | Whether either spouse owns a business. Default: false |
| has_children | boolean | — | Default: false |
| has_property | boolean | — | Whether marital real estate exists. Default: false |
| jurisdiction | string | — | State/province code for jurisdiction-specific notes |
No output schema declared.
No examples provided.
splitifi_ruling_patterns ~62
Get statewide ruling patterns for a case type: custody split distributions, support award medians, property division norms.
| Name | Type | Req | Description |
|---|---|---|---|
| case_type | string | — | — |
| judge_id | string | — | Optional — returns judge-specific patterns |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_run_calculator ~72
Run any Splitifi calculator by its ID with provided inputs. Get available calculator IDs from splitifi_list_calculators first.
| Name | Type | Req | Description |
|---|---|---|---|
| calculator_id | string | yes | Calculator ID from splitifi_list_calculators, e.g. "child-support-us" |
| inputs | object | yes | Calculator-specific input fields |
No output schema declared.
No examples provided.
splitifi_safety_planning ~61
Get a safety planning checklist for situations involving domestic violence, coercive control, or concerns about the other party.
| Name | Type | Req | Description |
|---|---|---|---|
| has_children | boolean | — | — |
| jurisdiction | string | — | — |
| situation | string | — | Brief description of safety concern |
No output schema declared.
No examples provided.
splitifi_save_progress ~101
Save your session to a Splitifi account so you can pick up in any future conversation — with Claude, ChatGPT, or any AI. Creates an account if you do not have one. Returns a user_token to use instead of session_token going forward.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Your email address | |
| password | string | yes | Password for your Splitifi account (min 8 chars) |
| session_token | string | yes | Your current session token |
No output schema declared.
No examples provided.
splitifi_search_forms ~86
Search forms by keyword across a jurisdiction. Useful when you know the form name or number but not the ID.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | — |
| limit | number | — | Max results. Default: 20 |
| query | string | yes | Search term, e.g. "petition for dissolution" or "Form 8A" |
| state_province | string | — | — |
No output schema declared.
No examples provided.
splitifi_settlement_analyzer ~75
Analyze a proposed settlement: estimate total value vs litigation outcome, flag below-market terms, and quantify savings vs going to trial.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | — | — |
| jurisdiction | string | yes | — |
| proposal | object | — | Settlement terms: asset_split, support_amount, support_duration, custody_arrangement |
No output schema declared.
No examples provided.
splitifi_settlement_probability ~66
Estimate the probability of settlement vs trial for a case based on issue count, conflict level, and jurisdiction data.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | — | — |
| conflict_level | string | — | — |
| contested_issues | array | — | — |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_settlement_scenarios ~68
Model multiple settlement scenarios side by side: what each party gets, tax implications, and probability each would be accepted by a judge.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | — | — |
| jurisdiction | string | yes | — |
| scenarios | array | — | Array of settlement proposals to compare |
No output schema declared.
No examples provided.
splitifi_start ~185
Start a guided Splitifi session. Declare your role (litigant, attorney, judge, mediator, paralegal, cdfa, forensic, gal, therapist), jurisdiction, and situation. Returns a personalized task plan and session_token to track progress. Optional — all tools work without it, but running this unlocks the full guided experience.
| Name | Type | Req | Description |
|---|---|---|---|
| jurisdiction | string | yes | State or province code, e.g. "FL", "TX", "ON" |
| role | string | yes | Your role: litigant, attorney, judge, mediator, paralegal, cdfa, forensic, gal, therapist |
| situation | string | — | One sentence describing the situation |
| stage | string | — | Where you are: pre-filing, filed, discovery, trial, post-decree |
| urgent_need | string | — | Most urgent thing you need help with right now |
No output schema declared.
No examples provided.
splitifi_strategy_adr ~92
Ranked strategy paths for ADR / Mediation cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_antitrust ~83
Ranked strategy paths for Antitrust cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_appellate ~87
Ranked strategy paths for Appellate cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_bankruptcy ~84
Ranked strategy paths for Bankruptcy cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_civil_rights ~85
Ranked strategy paths for Civil Rights cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_class_action ~80
Ranked strategy paths for Class Action cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_construction ~81
Ranked strategy paths for Construction cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_core ~81
Ranked strategy paths for Core Prediction cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_criminal ~84
Ranked strategy paths for Criminal Defense cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_cybersecurity ~82
Ranked strategy paths for Cybersecurity cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_documents ~80
Ranked strategy paths for Document Intelligence cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_emerging_technology ~82
Ranked strategy paths for Emerging Technology cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_employment ~85
Ranked strategy paths for Employment / Labor cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_environmental ~77
Ranked strategy paths for Environmental cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_estate ~83
Ranked strategy paths for Estate / Probate cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_family_law_deep ~93
Ranked strategy paths for Family Law Deep / Forensic cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_firm_analytics ~81
Ranked strategy paths for Firm Analytics cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_game_theory ~88
Ranked strategy paths for Game Theory / Strategy cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_government_contracts ~84
Ranked strategy paths for Government Contracts cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_healthcare ~89
Ranked strategy paths for Healthcare / Malpractice cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_immigration ~85
Ranked strategy paths for Immigration cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_insurance ~83
Ranked strategy paths for Insurance cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_intellectual_property ~86
Ranked strategy paths for IP / Patent cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_international_trade ~84
Ranked strategy paths for International Trade cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_judge_analytics ~81
Ranked strategy paths for Judge Analytics cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_legal_ethics ~86
Ranked strategy paths for Legal Ethics cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_litigation ~86
Ranked strategy paths for Litigation Analytics cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_paths ~91
Get ranked litigation strategy paths with timeline, cost, and risk for each: negotiation, mediation, collaborative law, or litigation. Uses 50-state decision trees.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | — | — |
| case_type | string | — | — |
| current_state | string | — | Where the case stands now: pre-filing, filed, discovery, trial-pending |
| jurisdiction | string | yes | — |
No output schema declared.
No examples provided.
splitifi_strategy_personal_injury ~91
Ranked strategy paths for Personal Injury cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_real_estate ~83
Ranked strategy paths for Real Estate cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| 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 |
No output schema declared.
No examples provided.
splitifi_strategy_securities ~83
Ranked strategy paths for Securities / Finance cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Securities / Finance. Key fields: violation_type, transaction_volume, materiality, disclosure_failures |
| jurisdiction | string | yes | State/province code |
No output schema declared.
No examples provided.
splitifi_strategy_sports_entertainment ~88
Ranked strategy paths for Sports / Entertainment cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Sports / Entertainment. Key fields: contract_type, dispute_nature, contract_value, league_rules_applicable |
| jurisdiction | string | yes | State/province code |
No output schema declared.
No examples provided.
splitifi_strategy_tax ~82
Ranked strategy paths for Tax cases — probability of success, estimated cost, and timeline for each path (negotiation, litigation, ADR).
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | yes | Case details for Tax. Key fields: tax_type, years_involved, amount_owed, audit_trigger, compliance_history |
| jurisdiction | string | yes | State/province code |
No output schema declared.
No examples provided.
splitifi_submit_outcome ~99
Submit the actual outcome of a case after a Splitifi prediction was made. This improves model accuracy over time. Optional but strongly encouraged.
| Name | Type | Req | Description |
|---|---|---|---|
| actual_outcome | object | yes | What actually happened: custody_type, support_amount, asset_split_pct, case_duration_days, etc. |
| case_id | string | — | Optional case ID for your own reference |
| prediction_id | string | yes | The prediction ID returned by splitifi_predict_* tools |
No output schema declared.
No examples provided.
splitifi_support_modification ~75
Calculate whether you qualify for a child or spousal support modification and estimate the new amount.
| Name | Type | Req | Description |
|---|---|---|---|
| change_in_income | number | — | Change in payer income (+ or -) |
| current_support | number | yes | Current monthly support amount |
| jurisdiction | string | yes | — |
| reason | string | — | Reason for modification request |
No output schema declared.
No examples provided.
splitifi_timeline ~86
Estimate the timeline for your divorce case from now to final decree. Returns weeks remaining, key milestones, and what drives the timeline.
| Name | Type | Req | Description |
|---|---|---|---|
| contested_level | string | — | — |
| has_children | boolean | — | — |
| jurisdiction | string | yes | State/province code |
| stage | string | — | Current stage: pre-filing, filed, discovery, trial, post-decree |
No output schema declared.
No examples provided.
splitifi_trial_readiness ~62
Score trial readiness and identify gaps: documents, witnesses, experts, discovery completion.
| Name | Type | Req | Description |
|---|---|---|---|
| case_facts | object | — | — |
| documents_ready | boolean | — | — |
| expert_retained | boolean | — | — |
| witnesses_identified | boolean | — | — |
No output schema declared.
No examples provided.
ssa_alj_screen ~81
Look up an SSA Administrative Law Judge by name. Returns allowance rate, denial rate, dismissal rate, total decisions, and most recent activity year. Optionally filter by claimant state.
| Name | Type | Req | Description |
|---|---|---|---|
| alj_name | string | yes | ALJ full name or partial name |
| state | string | — | Two-letter state code to filter by claimant state (optional) |
No output schema declared.
No examples provided.