Tools

47 MCP tools across all FundOS modules. Every tool is called the same way — the cost and permission tier differ.

Start every session with fundos_get_agent_context — it returns a structured briefing (pending actions, active deals, LP changes, open alerts, upcoming capital calls) for 2 credits. Read-only. Never modifies state.

Showing 47 tools

list_deal_rooms read fast 1 credit

List all deal rooms accessible to the authenticated user. Returns room IDs, names, descriptions, deal type, and status.

get_deal_room read fast 1 credit

Get full details of a specific deal room including document count, member list, folder structure, and metadata.

Required: room_id
create_deal_room write 10 credits

Create a new deal room with a name and optional description.

Required: name
list_documents read fast 1 credit

List all documents in a deal room, optionally filtered by folder. Returns file names, sizes, upload dates, and AI analysis status.

Required: room_id
get_document_metadata read fast 1 credit

Get metadata and AI analysis results for a specific document, including entity extraction, red flags, and completeness scores.

Required: room_id, doc_id
search_documents read fast 1 credit

AI-powered semantic search across documents. Returns relevant excerpts with citations to the exact document and clause.

Required: query
list_room_members read fast 1 credit

List all members of a deal room with their roles and access permissions.

Required: room_id
invite_member write 10 credits

Invite a user to a deal room by email with a specified access role.

Required: room_id, email, role
list_users read fast 1 credit

List all users in the organization with their roles and status.

get_audit_log read fast 1 credit

Retrieve audit log entries for a deal room showing who accessed what documents, when, and from which IP address.

Required: room_id
get_document_activity read fast 1 credit

Get document activity analytics for a room: view counts, unique viewers, time spent per document, and download counts.

Required: room_id
list_qa_questions read fast 1 credit

List Q&A questions for a deal room, optionally filtered by status.

Required: room_id
answer_qa_question write 10 credits

Post an answer to an open Q&A question in a deal room.

Required: room_id, question_id, answer
get_intelligence_report ai light 25 credits

Retrieve an AI intelligence analysis report for a deal room. Reports include: entity_map (companies, people, valuations, dates), red_flags (risky clauses, missing reps), completeness (checklist score), summary (narrative deal summary), benchmarking (vs. market), compliance (FCPA/GDPR/sanctions), negotiation (leverage points), qa_prep (anticipated buyer questions).

Required: room_id
fundos_get_agent_context read multi 2 credits

Return a structured session briefing for this agent: recent tool calls, pending human-approval actions, active deals, LP roster, open risk alerts, upcoming capital calls, recently uploaded documents, and prior agent runs. Call this at the start of any multi-step FundOS workflow to orient yourself before taking further actions. Costs 2 credits.

fundos_get_pipeline read fast 1 credit

Render a pipeline kanban or compute stage counts for deal-flow health.

fundos_list_deals read fast 1 credit

Read the deal pipeline; optionally filter by stage.

fundos_get_deal read fast 1 credit

Load full detail on a single deal — counterparty, target size, stage, IRR target, notes.

fundos_list_lps read fast 1 credit

Enumerate LPs when building per-LP rollups or answering 'who has committed'.

fundos_get_lp read fast 1 credit

Load full LP detail — commitment, KYC status, and capital-call ledger.

fundos_list_covenants read fast 1 credit

Enumerate covenants the org is monitoring for a portfolio risk dashboard.

fundos_list_risk_alerts read fast 1 credit

Surface unresolved covenant breaches when triaging the daily risk inbox.

fundos_list_fund_accounts read fast 1 credit

Enumerate fund accounts and SPVs when picking a vehicle to compute P&L against.

fundos_list_transactions read fast 1 credit

View term sheets and closings in flight; optionally filter by status.

fundos_list_syndications read fast 1 credit

View active syndications when reporting raise progress.

fundos_get_syndication read fast 1 credit

Inspect a single syndication and its allocation matrix.

fundos_list_cim_reports read fast 1 credit

List previously generated CIMs, teasers, and one-pagers.

fundos_list_cim_templates read fast 1 credit

Discover which CIM templates exist before calling fundos_generate_cim.

fundos_list_tools read fast 1 credit

Discover the full FundOS tool catalogue with parameters, tier, and cost.

fundos_hf_ops_dtcc_get_trade_status read fast 1 credit

Look up a CTM trade's live status when investigating a settlement break.

fundos_hf_ops_dtcc_list_unaffirmed read fast 1 credit

Find unaffirmed TradeSuite confirms when chasing T+0 affirmation.

fundos_hf_ops_dtcc_lookup_ssi read fast 1 credit

Fetch a counterparty's Standing Settlement Instructions via DTCC ALERT.

get_signature_status read fast 1 credit

FundOS vdr tool.

fundos_compute_waterfall read compute 5 credits

Compute LP/GP splits at exit using the European waterfall (ROC → pref → catch-up → carry).

fundos_compute_pnl read compute 5 credits

Compute P&L and NAV over a date range for a fund account or inline journal entries.

fundos_check_covenant read compute 5 credits

Test a covenant value when fresh financials arrive or simulate a what-if scenario.

fundos_run_pricer read compute 5 credits

Score an asset's economics — IRR, MOIC, WAL, full cashflow schedule, and waterfall splits.

fundos_hf_ops_dtcc_get_affirmation_scorecard read compute 5 credits

Get the T+0 affirmation scorecard for COO/PM reporting.

fundos_create_deal write 10 credits

Add a new deal to the pipeline when an inbound pitch is qualified. Human approval required.

fundos_create_capital_call write 10 credits

Create a capital call against an LP commitment. Human approval required.

fundos_draft_transaction write 10 credits

Start a transaction record (term-sheet to closing) and seed default tasks. Human approval required.

fundos_allocate write 10 credits

Record investor allocations on a syndication. Human approval required.

fundos_add_room_member write 10 credits

Add a user to a deal room when onboarding a new collaborator or LP. Human approval required.

fundos_vdr_analyze ai light 25 credits

Surface risky clauses and extract entities (people, companies, valuations) from a doc bundle.

fundos_generate_odd ai light 25 credits

Draft ODD answers when an LP or consultant sends a DDQ.

fundos_call_tool ai light 25 credits

Invoke any FundOS tool by name with validated args when its schema is known.

fundos_generate_cim ai heavy 50 credits

Draft a Confidential Information Memorandum from source docs for IC or LPs.