On this page
The customer beta exposes the read-oriented research tool set — case discovery, search and retrieval, summaries and analysis, and relationship signals. generate_bankruptcy_document is held back from the customer launch subset until a separate write/generation entitlement exists.
#Case discovery
Find the right case and move through its docket.
| Tool | Returns | Example question |
|---|---|---|
search_cases | Matching Chapter 11 cases with their case_watch_id | What is the Chapter 11 case for FTX? |
browse_docket | Filtered docket entries (by date, docket number, judge, jurisdiction, or document type) | List the first-day filings in this case with docket numbers. |
#Search and retrieval
Find documents and pull exact language.
| Tool | Returns | Example question |
|---|---|---|
search_content | Matching court filings, news/intel sources, or hearing transcripts | Which filings in this case discuss cash collateral and adequate protection? |
search_within | Relevant chunks inside a known document or source item | Within this DIP motion, which chunks cover maturity, pricing, milestones, and covenants? |
read_text | Exact text from selected chunks or a bounded character window | Return the exact adequate-protection language from these chunks. |
#Analysis and summaries
Compress long filings into structured extracts and case-level synthesis.
| Tool | Returns | Example question |
|---|---|---|
analyze_document | Structured extraction from selected chunks of a filing or transcript | From these DIP financing chunks, extract rate, maturity, covenants, milestones, and liens. |
get_document_summary | Current summary for a single filing | Summarize the confirmation order. |
search_summaries | Compressed summary segments across a case | Which filings discuss plan recoveries, settlements, releases, and the liquidation trust? |
build_case_context_pack | Case-orientation bundle from summary runs and selected segments | Build a context pack for this case focused on plan recoveries and confirmation issues. |
#Relationships and signals
Map how filings connect and what has happened in the case.
| Tool | Returns | Example question |
|---|---|---|
explore_document_graph | Document relationships, highly-cited filings, and motion/order threads | Which filings anchor the plan and disclosure statement in this case? |
search_intel_events | Unified feed of news, filings, hearings, milestones, and distress signals | What recent milestone and hearing events are in this case? |
lookup_case_law | Indexed case-law records by exact citation, opinion identifier, or bounded court/date | Look up this citation and return the opinion metadata and preview. |
#Common workflow
Most research loops run through these in order:
search_cases— find the case and itscase_watch_id.browse_docketorsearch_content— scope the relevant filings.search_within— narrow long filings to the chunks that matter.read_textoranalyze_document— pull exact language or extract structured terms.build_case_context_packorsearch_summaries— widen back out for synthesis.
#Permissions and data access
ElevenFlo MCP uses ElevenFlo account access, OAuth consent, and grant revocation.
#Authentication
Interactive access uses:
- ElevenFlo web-app sign-in
- OAuth 2.1 authorization code flow
- PKCE
- dynamic client registration
- explicit consent before a client grant is created
#What the beta tools can access
The customer beta is read-oriented.
Tools can retrieve and analyze:
- bankruptcy case metadata
- docket entries
- court-document text
- filing summaries
- selected news and intel events
- hearing and milestone events
- indexed case-law metadata and previews
#What the beta tools cannot do
The launch subset does not:
- file documents
- send email
- modify a case docket
- create legal-document artifacts
- change account settings
- manage billing
- grant access to other users
generate_bankruptcy_document is held back until separate write/generation entitlement, confirmation, audit, and support handling exist.
#Consent and revocation
Each client connection is authorized through an OAuth grant.
Revoke a grant when:
- a device is lost
- a user leaves the organization
- a client is no longer trusted
- a beta test is complete
#Data handling
Use ElevenFlo MCP for court-grounded research. Verify exact amounts, deadlines, vote percentages, and legal language with read_text or cited filing text before relying on the result.
#Prompt injection
Court filings and source text may contain instructions that are not instructions for your AI client.